Class BlueGreenDeploymentConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.codedeploy.model.BlueGreenDeploymentConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class BlueGreenDeploymentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
Information about blue/green deployment options for a deployment group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBlueGreenDeploymentConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlueGreenDeploymentConfiguration.Builderbuilder()DeploymentReadyOptiondeploymentReadyOption()Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GreenFleetProvisioningOptiongreenFleetProvisioningOption()Information about how instances are provisioned for a replacement environment in a blue/green deployment.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BlueGreenDeploymentConfiguration.Builder>serializableBuilderClass()BlueInstanceTerminationOptionterminateBlueInstancesOnDeploymentSuccess()Information about whether to terminate instances in the original fleet during a blue/green deployment.BlueGreenDeploymentConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
terminateBlueInstancesOnDeploymentSuccess
public final BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess()
Information about whether to terminate instances in the original fleet during a blue/green deployment.
- Returns:
- Information about whether to terminate instances in the original fleet during a blue/green deployment.
-
deploymentReadyOption
public final DeploymentReadyOption deploymentReadyOption()
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
- Returns:
- Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
-
greenFleetProvisioningOption
public final GreenFleetProvisioningOption greenFleetProvisioningOption()
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
- Returns:
- Information about how instances are provisioned for a replacement environment in a blue/green deployment.
-
toBuilder
public BlueGreenDeploymentConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
-
builder
public static BlueGreenDeploymentConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends BlueGreenDeploymentConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-