@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReplicationConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateReplicationConfigurationTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateReplicationConfigurationTemplateRequest |
addStagingAreaTagsEntry(String key,
String value)
Add a single StagingAreaTags entry
|
UpdateReplicationConfigurationTemplateRequest |
clearStagingAreaTagsEntries()
Removes all the entries added into StagingAreaTags.
|
UpdateReplicationConfigurationTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Replication Configuration Template ARN.
|
Boolean |
getAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration
Template.
|
Long |
getBandwidthThrottling()
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
Boolean |
getCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
|
String |
getDataPlaneRouting()
The data plane routing mechanism that will be used for replication.
|
String |
getDefaultLargeStagingDiskType()
The Staging Disk EBS volume type to be used during replication.
|
String |
getEbsEncryption()
The type of EBS encryption to be used during replication.
|
String |
getEbsEncryptionKeyArn()
The ARN of the EBS encryption key to be used during replication.
|
List<PITPolicyRule> |
getPitPolicy()
The Point in time (PIT) policy to manage snapshots taken during replication.
|
String |
getReplicationConfigurationTemplateID()
The Replication Configuration Template ID.
|
String |
getReplicationServerInstanceType()
The instance type to be used for the replication server.
|
List<String> |
getReplicationServersSecurityGroupsIDs()
The security group IDs that will be used by the replication server.
|
String |
getStagingAreaSubnetId()
The subnet to be used by the replication staging area.
|
Map<String,String> |
getStagingAreaTags()
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
Boolean |
getUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
|
int |
hashCode() |
Boolean |
isAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration
Template.
|
Boolean |
isCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
|
Boolean |
isUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
|
void |
setArn(String arn)
The Replication Configuration Template ARN.
|
void |
setAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration
Template.
|
void |
setBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
void |
setCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
|
void |
setDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
void |
setDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
void |
setEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
|
void |
setEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
|
void |
setPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
void |
setReplicationConfigurationTemplateID(String replicationConfigurationTemplateID)
The Replication Configuration Template ID.
|
void |
setReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
|
void |
setReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
void |
setStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
|
void |
setStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
void |
setUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
|
String |
toString()
Returns a string representation of this object.
|
UpdateReplicationConfigurationTemplateRequest |
withArn(String arn)
The Replication Configuration Template ARN.
|
UpdateReplicationConfigurationTemplateRequest |
withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration
Template.
|
UpdateReplicationConfigurationTemplateRequest |
withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
UpdateReplicationConfigurationTemplateRequest |
withCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
|
UpdateReplicationConfigurationTemplateRequest |
withDataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
UpdateReplicationConfigurationTemplateRequest |
withDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
UpdateReplicationConfigurationTemplateRequest |
withDefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withEbsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withPitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationTemplateRequest |
withReplicationConfigurationTemplateID(String replicationConfigurationTemplateID)
The Replication Configuration Template ID.
|
UpdateReplicationConfigurationTemplateRequest |
withReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
|
UpdateReplicationConfigurationTemplateRequest |
withReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
UpdateReplicationConfigurationTemplateRequest |
withReplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
UpdateReplicationConfigurationTemplateRequest |
withStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
|
UpdateReplicationConfigurationTemplateRequest |
withStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.
|
UpdateReplicationConfigurationTemplateRequest |
withUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
|
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 UpdateReplicationConfigurationTemplateRequest()
public void setArn(String arn)
The Replication Configuration Template ARN.
arn
- The Replication Configuration Template ARN.public String getArn()
The Replication Configuration Template ARN.
public UpdateReplicationConfigurationTemplateRequest withArn(String arn)
The Replication Configuration Template ARN.
arn
- The Replication Configuration Template ARN.public void setAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
associateDefaultSecurityGroup
- Whether to associate the default Elastic Disaster Recovery Security group with the Replication
Configuration Template.public Boolean getAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
public UpdateReplicationConfigurationTemplateRequest withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
associateDefaultSecurityGroup
- Whether to associate the default Elastic Disaster Recovery Security group with the Replication
Configuration Template.public Boolean isAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
public void setBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
bandwidthThrottling
- Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.public Long getBandwidthThrottling()
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
public UpdateReplicationConfigurationTemplateRequest withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
bandwidthThrottling
- Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.public void setCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
createPublicIP
- Whether to create a Public IP for the Recovery Instance by default.public Boolean getCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
public UpdateReplicationConfigurationTemplateRequest withCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
createPublicIP
- Whether to create a Public IP for the Recovery Instance by default.public Boolean isCreatePublicIP()
Whether to create a Public IP for the Recovery Instance by default.
public void setDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
dataPlaneRouting
- The data plane routing mechanism that will be used for replication.ReplicationConfigurationDataPlaneRouting
public String getDataPlaneRouting()
The data plane routing mechanism that will be used for replication.
ReplicationConfigurationDataPlaneRouting
public UpdateReplicationConfigurationTemplateRequest withDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
dataPlaneRouting
- The data plane routing mechanism that will be used for replication.ReplicationConfigurationDataPlaneRouting
public UpdateReplicationConfigurationTemplateRequest withDataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
dataPlaneRouting
- The data plane routing mechanism that will be used for replication.ReplicationConfigurationDataPlaneRouting
public void setDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
defaultLargeStagingDiskType
- The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationDefaultLargeStagingDiskType
public String getDefaultLargeStagingDiskType()
The Staging Disk EBS volume type to be used during replication.
ReplicationConfigurationDefaultLargeStagingDiskType
public UpdateReplicationConfigurationTemplateRequest withDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
defaultLargeStagingDiskType
- The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationDefaultLargeStagingDiskType
public UpdateReplicationConfigurationTemplateRequest withDefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
defaultLargeStagingDiskType
- The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationDefaultLargeStagingDiskType
public void setEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
ebsEncryption
- The type of EBS encryption to be used during replication.ReplicationConfigurationEbsEncryption
public String getEbsEncryption()
The type of EBS encryption to be used during replication.
ReplicationConfigurationEbsEncryption
public UpdateReplicationConfigurationTemplateRequest withEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
ebsEncryption
- The type of EBS encryption to be used during replication.ReplicationConfigurationEbsEncryption
public UpdateReplicationConfigurationTemplateRequest withEbsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
ebsEncryption
- The type of EBS encryption to be used during replication.ReplicationConfigurationEbsEncryption
public void setEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
ebsEncryptionKeyArn
- The ARN of the EBS encryption key to be used during replication.public String getEbsEncryptionKeyArn()
The ARN of the EBS encryption key to be used during replication.
public UpdateReplicationConfigurationTemplateRequest withEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
ebsEncryptionKeyArn
- The ARN of the EBS encryption key to be used during replication.public List<PITPolicyRule> getPitPolicy()
The Point in time (PIT) policy to manage snapshots taken during replication.
public void setPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
pitPolicy
- The Point in time (PIT) policy to manage snapshots taken during replication.public UpdateReplicationConfigurationTemplateRequest withPitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
NOTE: This method appends the values to the existing list (if any). Use
setPitPolicy(java.util.Collection)
or withPitPolicy(java.util.Collection)
if you want to
override the existing values.
pitPolicy
- The Point in time (PIT) policy to manage snapshots taken during replication.public UpdateReplicationConfigurationTemplateRequest withPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
pitPolicy
- The Point in time (PIT) policy to manage snapshots taken during replication.public void setReplicationConfigurationTemplateID(String replicationConfigurationTemplateID)
The Replication Configuration Template ID.
replicationConfigurationTemplateID
- The Replication Configuration Template ID.public String getReplicationConfigurationTemplateID()
The Replication Configuration Template ID.
public UpdateReplicationConfigurationTemplateRequest withReplicationConfigurationTemplateID(String replicationConfigurationTemplateID)
The Replication Configuration Template ID.
replicationConfigurationTemplateID
- The Replication Configuration Template ID.public void setReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
replicationServerInstanceType
- The instance type to be used for the replication server.public String getReplicationServerInstanceType()
The instance type to be used for the replication server.
public UpdateReplicationConfigurationTemplateRequest withReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
replicationServerInstanceType
- The instance type to be used for the replication server.public List<String> getReplicationServersSecurityGroupsIDs()
The security group IDs that will be used by the replication server.
public void setReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
replicationServersSecurityGroupsIDs
- The security group IDs that will be used by the replication server.public UpdateReplicationConfigurationTemplateRequest withReplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationServersSecurityGroupsIDs(java.util.Collection)
or
withReplicationServersSecurityGroupsIDs(java.util.Collection)
if you want to override the existing
values.
replicationServersSecurityGroupsIDs
- The security group IDs that will be used by the replication server.public UpdateReplicationConfigurationTemplateRequest withReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
replicationServersSecurityGroupsIDs
- The security group IDs that will be used by the replication server.public void setStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
stagingAreaSubnetId
- The subnet to be used by the replication staging area.public String getStagingAreaSubnetId()
The subnet to be used by the replication staging area.
public UpdateReplicationConfigurationTemplateRequest withStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
stagingAreaSubnetId
- The subnet to be used by the replication staging area.public Map<String,String> getStagingAreaTags()
A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
public void setStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
stagingAreaTags
- A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.public UpdateReplicationConfigurationTemplateRequest withStagingAreaTags(Map<String,String> stagingAreaTags)
A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
stagingAreaTags
- A set of tags to be associated with all resources created in the replication staging area: EC2 replication
server, EBS volumes, EBS snapshots, etc.public UpdateReplicationConfigurationTemplateRequest addStagingAreaTagsEntry(String key, String value)
public UpdateReplicationConfigurationTemplateRequest clearStagingAreaTagsEntries()
public void setUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
useDedicatedReplicationServer
- Whether to use a dedicated Replication Server in the replication staging area.public Boolean getUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
public UpdateReplicationConfigurationTemplateRequest withUseDedicatedReplicationServer(Boolean useDedicatedReplicationServer)
Whether to use a dedicated Replication Server in the replication staging area.
useDedicatedReplicationServer
- Whether to use a dedicated Replication Server in the replication staging area.public Boolean isUseDedicatedReplicationServer()
Whether to use a dedicated Replication Server in the replication staging area.
public String toString()
toString
in class Object
Object.toString()
public UpdateReplicationConfigurationTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()