public static interface GetHostedConfigurationVersionResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<GetHostedConfigurationVersionResponse.Builder,GetHostedConfigurationVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetHostedConfigurationVersionResponse.Builder |
applicationId(String applicationId)
The application ID.
|
GetHostedConfigurationVersionResponse.Builder |
configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
GetHostedConfigurationVersionResponse.Builder |
content(SdkBytes content)
The content of the configuration or the configuration data.
|
GetHostedConfigurationVersionResponse.Builder |
contentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
GetHostedConfigurationVersionResponse.Builder |
description(String description)
A description of the configuration.
|
GetHostedConfigurationVersionResponse.Builder |
versionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
GetHostedConfigurationVersionResponse.Builder |
versionNumber(Integer versionNumber)
The configuration version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetHostedConfigurationVersionResponse.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.GetHostedConfigurationVersionResponse.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId - The configuration profile ID.GetHostedConfigurationVersionResponse.Builder versionNumber(Integer versionNumber)
The configuration version.
versionNumber - The configuration version.GetHostedConfigurationVersionResponse.Builder description(String description)
A description of the configuration.
description - A description of the configuration.GetHostedConfigurationVersionResponse.Builder content(SdkBytes content)
The content of the configuration or the configuration data.
content - The content of the configuration or the configuration data.GetHostedConfigurationVersionResponse.Builder contentType(String contentType)
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
contentType - A standard MIME type describing the format of the configuration content. For more information, see Content-Type.GetHostedConfigurationVersionResponse.Builder versionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
versionLabel - A user-defined label for an AppConfig hosted configuration version.Copyright © 2023. All rights reserved.