Interface StartDeploymentRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>,SdkBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDeploymentRequest
public static interface StartDeploymentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
StartDeploymentRequest.Builder applicationId(String applicationId)
The application ID.
- Parameters:
applicationId- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
StartDeploymentRequest.Builder environmentId(String environmentId)
The environment ID.
- Parameters:
environmentId- The environment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentStrategyId
StartDeploymentRequest.Builder deploymentStrategyId(String deploymentStrategyId)
The deployment strategy ID.
- Parameters:
deploymentStrategyId- The deployment strategy ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationProfileId
StartDeploymentRequest.Builder configurationProfileId(String configurationProfileId)
The configuration profile ID.
- Parameters:
configurationProfileId- The configuration profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationVersion
StartDeploymentRequest.Builder configurationVersion(String configurationVersion)
The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
- Parameters:
configurationVersion- The configuration version to deploy. If deploying an AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
StartDeploymentRequest.Builder description(String description)
A description of the deployment.
- Parameters:
description- A description of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIdentifier
StartDeploymentRequest.Builder kmsKeyIdentifier(String kmsKeyIdentifier)
The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.
- Parameters:
kmsKeyIdentifier- The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-