Interface DeploymentStyle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeploymentStyle.Builder,
,DeploymentStyle> SdkBuilder<DeploymentStyle.Builder,
,DeploymentStyle> SdkPojo
- Enclosing class:
DeploymentStyle
public static interface DeploymentStyle.Builder
extends SdkPojo, CopyableBuilder<DeploymentStyle.Builder,DeploymentStyle>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentOption
(String deploymentOption) Indicates whether to route deployment traffic behind a load balancer.deploymentOption
(DeploymentOption deploymentOption) Indicates whether to route deployment traffic behind a load balancer.deploymentType
(String deploymentType) Indicates whether to run an in-place deployment or a blue/green deployment.deploymentType
(DeploymentType deploymentType) Indicates whether to run an in-place deployment or a blue/green deployment.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 Details
-
deploymentType
Indicates whether to run an in-place deployment or a blue/green deployment.
- Parameters:
deploymentType
- Indicates whether to run an in-place deployment or a blue/green deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentType
Indicates whether to run an in-place deployment or a blue/green deployment.
- Parameters:
deploymentType
- Indicates whether to run an in-place deployment or a blue/green deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentOption
Indicates whether to route deployment traffic behind a load balancer.
- Parameters:
deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentOption
Indicates whether to route deployment traffic behind a load balancer.
- Parameters:
deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-