StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.applicationId(String applicationId) |
The application ID.
|
static StartDeploymentRequest.Builder |
StartDeploymentRequest.builder() |
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.configurationProfileId(String configurationProfileId) |
The configuration profile ID.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.configurationVersion(String configurationVersion) |
The configuration version to deploy.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.deploymentStrategyId(String deploymentStrategyId) |
The deployment strategy ID.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.description(String description) |
A description of the deployment.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.dynamicExtensionParameters(Map<String,String> dynamicExtensionParameters) |
A map of dynamic extension parameter names to values to pass to associated extensions with
PRE_START_DEPLOYMENT actions.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.environmentId(String environmentId) |
The environment ID.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.kmsKeyIdentifier(String kmsKeyIdentifier) |
The KMS key identifier (key ID, key alias, or key ARN).
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.Builder.tags(Map<String,String> tags) |
Metadata to assign to the deployment.
|
StartDeploymentRequest.Builder |
StartDeploymentRequest.toBuilder() |
|