@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReplicationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateReplicationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateReplicationConfigurationRequest |
addStagingAreaTagsEntry(String key,
String value)
Add a single StagingAreaTags entry
|
UpdateReplicationConfigurationRequest |
clearStagingAreaTagsEntries()
Removes all the entries added into StagingAreaTags.
|
UpdateReplicationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
Boolean |
getAutoReplicateNewDisks()
Whether to allow the AWS replication agent to automatically replicate newly added disks.
|
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.
|
String |
getName()
The name of the Replication Configuration.
|
List<PITPolicyRule> |
getPitPolicy()
The Point in time (PIT) policy to manage snapshots taken during replication.
|
List<ReplicationConfigurationReplicatedDisk> |
getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
|
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 |
getSourceServerID()
The ID of the Source Server for this Replication Configuration.
|
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.
|
Boolean |
isAutoReplicateNewDisks()
Whether to allow the AWS replication agent to automatically replicate newly added disks.
|
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 |
setAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
void |
setAutoReplicateNewDisks(Boolean autoReplicateNewDisks)
Whether to allow the AWS replication agent to automatically replicate newly added disks.
|
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 |
setName(String name)
The name of the Replication Configuration.
|
void |
setPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
void |
setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
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 |
setSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
|
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.
|
UpdateReplicationConfigurationRequest |
withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
|
UpdateReplicationConfigurationRequest |
withAutoReplicateNewDisks(Boolean autoReplicateNewDisks)
Whether to allow the AWS replication agent to automatically replicate newly added disks.
|
UpdateReplicationConfigurationRequest |
withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
UpdateReplicationConfigurationRequest |
withCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
|
UpdateReplicationConfigurationRequest |
withDataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
UpdateReplicationConfigurationRequest |
withDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
UpdateReplicationConfigurationRequest |
withDefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
UpdateReplicationConfigurationRequest |
withDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
UpdateReplicationConfigurationRequest |
withEbsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
|
UpdateReplicationConfigurationRequest |
withEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
|
UpdateReplicationConfigurationRequest |
withEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
|
UpdateReplicationConfigurationRequest |
withName(String name)
The name of the Replication Configuration.
|
UpdateReplicationConfigurationRequest |
withPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationRequest |
withPitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
UpdateReplicationConfigurationRequest |
withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationRequest |
withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
|
UpdateReplicationConfigurationRequest |
withReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
|
UpdateReplicationConfigurationRequest |
withReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
UpdateReplicationConfigurationRequest |
withReplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
UpdateReplicationConfigurationRequest |
withSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
|
UpdateReplicationConfigurationRequest |
withStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
|
UpdateReplicationConfigurationRequest |
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.
|
UpdateReplicationConfigurationRequest |
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 UpdateReplicationConfigurationRequest()
public void setAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
associateDefaultSecurityGroup
- Whether to associate the default Elastic Disaster Recovery Security group with the Replication
Configuration.public Boolean getAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
public UpdateReplicationConfigurationRequest withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
associateDefaultSecurityGroup
- Whether to associate the default Elastic Disaster Recovery Security group with the Replication
Configuration.public Boolean isAssociateDefaultSecurityGroup()
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.
public void setAutoReplicateNewDisks(Boolean autoReplicateNewDisks)
Whether to allow the AWS replication agent to automatically replicate newly added disks.
autoReplicateNewDisks
- Whether to allow the AWS replication agent to automatically replicate newly added disks.public Boolean getAutoReplicateNewDisks()
Whether to allow the AWS replication agent to automatically replicate newly added disks.
public UpdateReplicationConfigurationRequest withAutoReplicateNewDisks(Boolean autoReplicateNewDisks)
Whether to allow the AWS replication agent to automatically replicate newly added disks.
autoReplicateNewDisks
- Whether to allow the AWS replication agent to automatically replicate newly added disks.public Boolean isAutoReplicateNewDisks()
Whether to allow the AWS replication agent to automatically replicate newly added disks.
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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 void setName(String name)
The name of the Replication Configuration.
name
- The name of the Replication Configuration.public String getName()
The name of the Replication Configuration.
public UpdateReplicationConfigurationRequest withName(String name)
The name of the Replication Configuration.
name
- The name of the Replication Configuration.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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 List<ReplicationConfigurationReplicatedDisk> getReplicatedDisks()
The configuration of the disks of the Source Server to be replicated.
public void setReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
replicatedDisks
- The configuration of the disks of the Source Server to be replicated.public UpdateReplicationConfigurationRequest withReplicatedDisks(ReplicationConfigurationReplicatedDisk... replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
NOTE: This method appends the values to the existing list (if any). Use
setReplicatedDisks(java.util.Collection)
or withReplicatedDisks(java.util.Collection)
if you
want to override the existing values.
replicatedDisks
- The configuration of the disks of the Source Server to be replicated.public UpdateReplicationConfigurationRequest withReplicatedDisks(Collection<ReplicationConfigurationReplicatedDisk> replicatedDisks)
The configuration of the disks of the Source Server to be replicated.
replicatedDisks
- The configuration of the disks of the Source Server to be replicated.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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 setSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
sourceServerID
- The ID of the Source Server for this Replication Configuration.public String getSourceServerID()
The ID of the Source Server for this Replication Configuration.
public UpdateReplicationConfigurationRequest withSourceServerID(String sourceServerID)
The ID of the Source Server for this Replication Configuration.
sourceServerID
- The ID of the Source Server for this Replication Configuration.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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest addStagingAreaTagsEntry(String key, String value)
public UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest 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 UpdateReplicationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()