public static interface GetConfigurationResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationResponse.Builder |
configurationVersion(String configurationVersion)
The configuration version.
|
GetConfigurationResponse.Builder |
content(SdkBytes content)
The content of the configuration or the configuration data.
|
GetConfigurationResponse.Builder |
contentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConfigurationResponse.Builder content(SdkBytes content)
The content of the configuration or the configuration data.
Compare the configuration version numbers of the configuration cached locally on your machine and the
configuration number in the the header. If the configuration numbers are the same, the content can be
ignored. The Content section only appears if the system finds new or updated configuration data.
If the system doesn't find new or updated configuration data, then the Content section is not
returned.
content - The content of the configuration or the configuration data.
Compare the configuration version numbers of the configuration cached locally on your machine and the
configuration number in the the header. If the configuration numbers are the same, the content can be
ignored. The Content section only appears if the system finds new or updated
configuration data. If the system doesn't find new or updated configuration data, then the
Content section is not returned.
GetConfigurationResponse.Builder configurationVersion(String configurationVersion)
The configuration version.
configurationVersion - The configuration version.GetConfigurationResponse.Builder contentType(String contentType)
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
contentType - A standard MIME type describing the format of the configuration content. For more information, see Content-Type.Copyright © 2022. All rights reserved.