@Generated(value="software.amazon.awssdk:codegen") public class DeploymentStyle extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeploymentStyle.Builder,DeploymentStyle>
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentStyle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStyle.Builder |
builder() |
String |
deploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
|
String |
deploymentType()
Indicates whether to run an in-place deployment or a blue/green deployment.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends DeploymentStyle.Builder> |
serializableBuilderClass() |
DeploymentStyle.Builder |
toBuilder() |
String |
toString() |
public String deploymentType()
Indicates whether to run an in-place deployment or a blue/green deployment.
DeploymentTypepublic String deploymentOption()
Indicates whether to route deployment traffic behind a load balancer.
DeploymentOptionpublic DeploymentStyle.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeploymentStyle.Builder,DeploymentStyle>public static DeploymentStyle.Builder builder()
public static Class<? extends DeploymentStyle.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.