static CreateDeploymentRequest.Builder |
CreateDeploymentRequest.builder() |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) |
Enables a cache cluster for the Stage resource specified in the input.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.cacheClusterSize(String cacheClusterSize) |
The stage's cache capacity in GB.
|
default CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.canarySettings(Consumer<DeploymentCanarySettings.Builder> canarySettings) |
The input configuration for the canary deployment when the deployment is a canary release deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.canarySettings(DeploymentCanarySettings canarySettings) |
The input configuration for the canary deployment when the deployment is a canary release deployment.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.description(String description) |
The description for the Deployment resource to create.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.restApiId(String restApiId) |
The string identifier of the associated RestApi.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.stageDescription(String stageDescription) |
The description of the Stage resource for the Deployment resource to create.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.stageName(String stageName) |
The name of the Stage resource for the Deployment resource to create.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.toBuilder() |
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.tracingEnabled(Boolean tracingEnabled) |
Specifies whether active tracing with X-ray is enabled for the Stage.
|
CreateDeploymentRequest.Builder |
CreateDeploymentRequest.Builder.variables(Map<String,String> variables) |
A map that defines the stage variables for the Stage resource that is associated with the new deployment.
|