public static interface CreateHostedConfigurationVersionResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateHostedConfigurationVersionResponse.Builder,CreateHostedConfigurationVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateHostedConfigurationVersionResponse.Builder |
applicationId(String applicationId)
The application ID.
|
CreateHostedConfigurationVersionResponse.Builder |
configurationProfileId(String configurationProfileId)
The configuration profile ID.
|
CreateHostedConfigurationVersionResponse.Builder |
content(SdkBytes content)
The content of the configuration or the configuration data.
|
CreateHostedConfigurationVersionResponse.Builder |
contentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
CreateHostedConfigurationVersionResponse.Builder |
description(String description)
A description of the configuration.
|
CreateHostedConfigurationVersionResponse.Builder |
versionNumber(Integer versionNumber)
The configuration version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHostedConfigurationVersionResponse.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.CreateHostedConfigurationVersionResponse.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId - The configuration profile ID.CreateHostedConfigurationVersionResponse.Builder versionNumber(Integer versionNumber)
The configuration version.
versionNumber - The configuration version.CreateHostedConfigurationVersionResponse.Builder description(String description)
A description of the configuration.
description - A description of the configuration.CreateHostedConfigurationVersionResponse.Builder content(SdkBytes content)
The content of the configuration or the configuration data.
content - The content of the configuration or the configuration data.CreateHostedConfigurationVersionResponse.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.Copyright © 2020. All rights reserved.