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.
content - The content of the configuration or the configuration data.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 © 2020. All rights reserved.