Interface CreateHostedConfigurationVersionResponse.Builder
-
- All Superinterfaces:
AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateHostedConfigurationVersionResponse.Builder,CreateHostedConfigurationVersionResponse>,SdkBuilder<CreateHostedConfigurationVersionResponse.Builder,CreateHostedConfigurationVersionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateHostedConfigurationVersionResponse
public static interface CreateHostedConfigurationVersionResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateHostedConfigurationVersionResponse.Builder,CreateHostedConfigurationVersionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateHostedConfigurationVersionResponse.BuilderapplicationId(String applicationId)The application ID.CreateHostedConfigurationVersionResponse.BuilderconfigurationProfileId(String configurationProfileId)The configuration profile ID.CreateHostedConfigurationVersionResponse.Buildercontent(SdkBytes content)The content of the configuration or the configuration data.CreateHostedConfigurationVersionResponse.BuildercontentType(String contentType)A standard MIME type describing the format of the configuration content.CreateHostedConfigurationVersionResponse.Builderdescription(String description)A description of the configuration.CreateHostedConfigurationVersionResponse.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.CreateHostedConfigurationVersionResponse.BuilderversionLabel(String versionLabel)A user-defined label for an AppConfig hosted configuration version.CreateHostedConfigurationVersionResponse.BuilderversionNumber(Integer versionNumber)The configuration version.-
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
-
applicationId
CreateHostedConfigurationVersionResponse.Builder applicationId(String applicationId)
The application ID.
- Parameters:
applicationId- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProfileId
CreateHostedConfigurationVersionResponse.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
- Parameters:
configurationProfileId- The configuration profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
CreateHostedConfigurationVersionResponse.Builder versionNumber(Integer versionNumber)
The configuration version.
- Parameters:
versionNumber- The configuration version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateHostedConfigurationVersionResponse.Builder description(String description)
A description of the configuration.
- Parameters:
description- A description of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
CreateHostedConfigurationVersionResponse.Builder content(SdkBytes content)
The content of the configuration or the configuration data.
- Parameters:
content- The content of the configuration or the configuration data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
CreateHostedConfigurationVersionResponse.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.
-
versionLabel
CreateHostedConfigurationVersionResponse.Builder versionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
- Parameters:
versionLabel- A user-defined label for an AppConfig hosted configuration version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
CreateHostedConfigurationVersionResponse.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
- Parameters:
kmsKeyArn- The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-