CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.applicationId(String applicationId) |
The application ID.
|
static CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.builder() |
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.configurationProfileId(String configurationProfileId) |
The configuration profile ID.
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.content(SdkBytes content) |
The content of the configuration or the configuration data.
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.contentType(String contentType) |
A standard MIME type describing the format of the configuration content.
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.description(String description) |
A description of the configuration.
|
CreateHostedConfigurationVersionResponse.Builder |
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.
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.toBuilder() |
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.versionLabel(String versionLabel) |
A user-defined label for an AppConfig hosted configuration version.
|
CreateHostedConfigurationVersionResponse.Builder |
CreateHostedConfigurationVersionResponse.Builder.versionNumber(Integer versionNumber) |
The configuration version.
|