Interface GetConfigurationResponse.Builder
-
- All Superinterfaces:
AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>,SdkBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetConfigurationResponse
public static interface GetConfigurationResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetConfigurationResponse.BuilderconfigurationVersion(String configurationVersion)The configuration version.GetConfigurationResponse.Buildercontent(SdkBytes content)The content of the configuration or the configuration data.GetConfigurationResponse.BuildercontentType(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
content
GetConfigurationResponse.Builder content(SdkBytes 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
GetConfigurationResponse.Builder configurationVersion(String 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
GetConfigurationResponse.Builder contentType(String 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.
-
-