public static interface CreateDeploymentRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentRequest.Builder |
applicationId(String applicationId)
The application identifier.
|
CreateDeploymentRequest.Builder |
applicationVersion(Integer applicationVersion)
The version of the application to deploy.
|
CreateDeploymentRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a
deployment.
|
CreateDeploymentRequest.Builder |
environmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
|
CreateDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeploymentRequest.Builder applicationId(String applicationId)
The application identifier.
applicationId - The application identifier.CreateDeploymentRequest.Builder applicationVersion(Integer applicationVersion)
The version of the application to deploy.
applicationVersion - The version of the application to deploy.CreateDeploymentRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a
deployment. The service generates the clientToken when the API call is triggered. The token expires
after one hour, so if you retry the API within this timeframe with the same clientToken, you will get
the same response. The service also handles deleting the clientToken after it expires.CreateDeploymentRequest.Builder environmentId(String environmentId)
The identifier of the runtime environment where you want to deploy this application.
environmentId - The identifier of the runtime environment where you want to deploy this application.CreateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.