@Generated(value="software.amazon.awssdk:codegen") public final class BlueGreenDeploymentConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
Information about blue/green deployment options for a deployment group.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
BlueGreenDeploymentConfiguration.Builder  | 
| Modifier and Type | Method and 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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
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()  | 
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>public static BlueGreenDeploymentConfiguration.Builder builder()
public static Class<? extends BlueGreenDeploymentConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.