Interface GetConfigurationResponse.Builder
- All Superinterfaces:
AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetConfigurationResponse.Builder,,GetConfigurationResponse> SdkBuilder<GetConfigurationResponse.Builder,,GetConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationVersion(String configurationVersion) The configuration version.The content of the configuration or the configuration data.contentType(String contentType) A standard MIME type describing the format of the configuration content.Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
content
The content of the configuration or the configuration data.
The
Contentattribute only contains data if the system finds new or updated configuration data. If there is no new or updated data andClientConfigurationVersionmatches the version of the current configuration, AppConfig returns a204 No ContentHTTP response code and theContentvalue will be empty.- Parameters:
content- The content of the configuration or the configuration data.The
Contentattribute only contains data if the system finds new or updated configuration data. If there is no new or updated data andClientConfigurationVersionmatches the version of the current configuration, AppConfig returns a204 No ContentHTTP response code and theContentvalue will be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationVersion
The configuration version.
- Parameters:
configurationVersion- The configuration version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
- Parameters:
contentType- A standard MIME type describing the format of the configuration content. For more information, see Content-Type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-