StructuredPojo
, ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
@Generated("software.amazon.awssdk:codegen") public class BlueGreenDeploymentConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
Information about blue/green deployment options for a deployment group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BlueGreenDeploymentConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BlueGreenDeploymentConfiguration.Builder |
builder() |
|
DeploymentReadyOption |
deploymentReadyOption() |
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
boolean |
equals(Object obj) |
|
GreenFleetProvisioningOption |
greenFleetProvisioningOption() |
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends BlueGreenDeploymentConfiguration.Builder> |
serializableBuilderClass() |
|
BlueInstanceTerminationOption |
terminateBlueInstancesOnDeploymentSuccess() |
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess()
Information about whether to terminate instances in the original fleet during a blue/green deployment.
public DeploymentReadyOption deploymentReadyOption()
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
public GreenFleetProvisioningOption greenFleetProvisioningOption()
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
public BlueGreenDeploymentConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
public static BlueGreenDeploymentConfiguration.Builder builder()
public static Class<? extends BlueGreenDeploymentConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.