@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBlueGreenDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBlueGreenDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBlueGreenDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlueGreenDeploymentName()
The name of the blue/green deployment.
|
String |
getSource()
The Amazon Resource Name (ARN) of the source production database.
|
List<Tag> |
getTags()
Tags to assign to the blue/green deployment.
|
String |
getTargetDBClusterParameterGroupName()
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
|
String |
getTargetDBParameterGroupName()
The DB parameter group associated with the DB instance in the green environment.
|
String |
getTargetEngineVersion()
The engine version of the database in the green environment.
|
int |
hashCode() |
void |
setBlueGreenDeploymentName(String blueGreenDeploymentName)
The name of the blue/green deployment.
|
void |
setSource(String source)
The Amazon Resource Name (ARN) of the source production database.
|
void |
setTags(Collection<Tag> tags)
Tags to assign to the blue/green deployment.
|
void |
setTargetDBClusterParameterGroupName(String targetDBClusterParameterGroupName)
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
|
void |
setTargetDBParameterGroupName(String targetDBParameterGroupName)
The DB parameter group associated with the DB instance in the green environment.
|
void |
setTargetEngineVersion(String targetEngineVersion)
The engine version of the database in the green environment.
|
String |
toString()
Returns a string representation of this object.
|
CreateBlueGreenDeploymentRequest |
withBlueGreenDeploymentName(String blueGreenDeploymentName)
The name of the blue/green deployment.
|
CreateBlueGreenDeploymentRequest |
withSource(String source)
The Amazon Resource Name (ARN) of the source production database.
|
CreateBlueGreenDeploymentRequest |
withTags(Collection<Tag> tags)
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest |
withTags(Tag... tags)
Tags to assign to the blue/green deployment.
|
CreateBlueGreenDeploymentRequest |
withTargetDBClusterParameterGroupName(String targetDBClusterParameterGroupName)
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
|
CreateBlueGreenDeploymentRequest |
withTargetDBParameterGroupName(String targetDBParameterGroupName)
The DB parameter group associated with the DB instance in the green environment.
|
CreateBlueGreenDeploymentRequest |
withTargetEngineVersion(String targetEngineVersion)
The engine version of the database in the green environment.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBlueGreenDeploymentName(String blueGreenDeploymentName)
The name of the blue/green deployment.
Constraints:
Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.
blueGreenDeploymentName
- The name of the blue/green deployment.
Constraints:
Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.
public String getBlueGreenDeploymentName()
The name of the blue/green deployment.
Constraints:
Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.
Constraints:
Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.
public CreateBlueGreenDeploymentRequest withBlueGreenDeploymentName(String blueGreenDeploymentName)
The name of the blue/green deployment.
Constraints:
Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.
blueGreenDeploymentName
- The name of the blue/green deployment.
Constraints:
Can't be the same as an existing blue/green deployment name in the same account and Amazon Web Services Region.
public void setSource(String source)
The Amazon Resource Name (ARN) of the source production database.
Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.
source
- The Amazon Resource Name (ARN) of the source production database.
Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.
public String getSource()
The Amazon Resource Name (ARN) of the source production database.
Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.
Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.
public CreateBlueGreenDeploymentRequest withSource(String source)
The Amazon Resource Name (ARN) of the source production database.
Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.
source
- The Amazon Resource Name (ARN) of the source production database.
Specify the database that you want to clone. The blue/green deployment creates this database in the green environment. You can make updates to the database in the green environment, such as an engine version upgrade. When you are ready, you can switch the database in the green environment to be the production database.
public void setTargetEngineVersion(String targetEngineVersion)
The engine version of the database in the green environment.
Specify the engine version to upgrade to in the green environment.
targetEngineVersion
- The engine version of the database in the green environment.
Specify the engine version to upgrade to in the green environment.
public String getTargetEngineVersion()
The engine version of the database in the green environment.
Specify the engine version to upgrade to in the green environment.
Specify the engine version to upgrade to in the green environment.
public CreateBlueGreenDeploymentRequest withTargetEngineVersion(String targetEngineVersion)
The engine version of the database in the green environment.
Specify the engine version to upgrade to in the green environment.
targetEngineVersion
- The engine version of the database in the green environment.
Specify the engine version to upgrade to in the green environment.
public void setTargetDBParameterGroupName(String targetDBParameterGroupName)
The DB parameter group associated with the DB instance in the green environment.
To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.
targetDBParameterGroupName
- The DB parameter group associated with the DB instance in the green environment.
To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.
public String getTargetDBParameterGroupName()
The DB parameter group associated with the DB instance in the green environment.
To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.
To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.
public CreateBlueGreenDeploymentRequest withTargetDBParameterGroupName(String targetDBParameterGroupName)
The DB parameter group associated with the DB instance in the green environment.
To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.
targetDBParameterGroupName
- The DB parameter group associated with the DB instance in the green environment.
To test parameter changes, specify a DB parameter group that is different from the one associated with the source DB instance.
public void setTargetDBClusterParameterGroupName(String targetDBClusterParameterGroupName)
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.
targetDBClusterParameterGroupName
- The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.
public String getTargetDBClusterParameterGroupName()
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.
To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.
public CreateBlueGreenDeploymentRequest withTargetDBClusterParameterGroupName(String targetDBClusterParameterGroupName)
The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.
targetDBClusterParameterGroupName
- The DB cluster parameter group associated with the Aurora DB cluster in the green environment.
To test parameter changes, specify a DB cluster parameter group that is different from the one associated with the source DB cluster.
public List<Tag> getTags()
Tags to assign to the blue/green deployment.
public void setTags(Collection<Tag> tags)
Tags to assign to the blue/green deployment.
tags
- Tags to assign to the blue/green deployment.public CreateBlueGreenDeploymentRequest withTags(Tag... tags)
Tags to assign to the blue/green deployment.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Tags to assign to the blue/green deployment.public CreateBlueGreenDeploymentRequest withTags(Collection<Tag> tags)
Tags to assign to the blue/green deployment.
tags
- Tags to assign to the blue/green deployment.public String toString()
toString
in class Object
Object.toString()
public CreateBlueGreenDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()