| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.applicationId(String applicationId)
The application ID.
|
static GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.builder() |
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.content(SdkBytes content)
The content of the configuration or the configuration data.
|
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.contentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.description(String description)
A description of the configuration.
|
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.toBuilder() |
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.versionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
GetHostedConfigurationVersionResponse.Builder |
GetHostedConfigurationVersionResponse.Builder.versionNumber(Integer versionNumber)
The configuration version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHostedConfigurationVersionResponse.Builder> |
GetHostedConfigurationVersionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.