public static interface StartDeploymentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDeploymentRequest.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.StartDeploymentRequest.Builder environmentId(String environmentId)
The environment ID.
environmentId - The environment ID.StartDeploymentRequest.Builder deploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
deploymentStrategyId - The deployment strategy ID.StartDeploymentRequest.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
configurationProfileId - The configuration profile ID.StartDeploymentRequest.Builder configurationVersion(String configurationVersion)
The configuration version to deploy.
configurationVersion - The configuration version to deploy.StartDeploymentRequest.Builder description(String description)
A description of the deployment.
description - A description of the deployment.StartDeploymentRequest.Builder tags(Map<String,String> tags)
Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags - Metadata to assign to the deployment. Tags help organize and categorize your AppConfig resources. Each
tag consists of a key and an optional value, both of which you define.StartDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.