@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicationConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateReplicationConfigurationTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateReplicationConfigurationTemplateRequest |
addStagingAreaTagsEntry(String key,
String value)
Add a single StagingAreaTags entry
|
CreateReplicationConfigurationTemplateRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateReplicationConfigurationTemplateRequest |
clearStagingAreaTagsEntries()
Removes all the entries added into StagingAreaTags.
|
CreateReplicationConfigurationTemplateRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateReplicationConfigurationTemplateRequest |
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
Template.
|
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.
|
List<PITPolicyRule> |
getPitPolicy()
The Point in time (PIT) policy to manage snapshots taken during replication.
|
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.
|
Map<String,String> |
getTags()
A set of tags to be associated with the Replication Configuration Template resource.
|
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 |
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
Template.
|
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 |
setPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
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 |
setTags(Map<String,String> tags)
A set of tags to be associated with the Replication Configuration Template resource.
|
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.
|
CreateReplicationConfigurationTemplateRequest |
withAssociateDefaultSecurityGroup(Boolean associateDefaultSecurityGroup)
Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration
Template.
|
CreateReplicationConfigurationTemplateRequest |
withAutoReplicateNewDisks(Boolean autoReplicateNewDisks)
Whether to allow the AWS replication agent to automatically replicate newly added disks.
|
CreateReplicationConfigurationTemplateRequest |
withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
|
CreateReplicationConfigurationTemplateRequest |
withCreatePublicIP(Boolean createPublicIP)
Whether to create a Public IP for the Recovery Instance by default.
|
CreateReplicationConfigurationTemplateRequest |
withDataPlaneRouting(ReplicationConfigurationDataPlaneRouting dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
CreateReplicationConfigurationTemplateRequest |
withDataPlaneRouting(String dataPlaneRouting)
The data plane routing mechanism that will be used for replication.
|
CreateReplicationConfigurationTemplateRequest |
withDefaultLargeStagingDiskType(ReplicationConfigurationDefaultLargeStagingDiskType defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
CreateReplicationConfigurationTemplateRequest |
withDefaultLargeStagingDiskType(String defaultLargeStagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
CreateReplicationConfigurationTemplateRequest |
withEbsEncryption(ReplicationConfigurationEbsEncryption ebsEncryption)
The type of EBS encryption to be used during replication.
|
CreateReplicationConfigurationTemplateRequest |
withEbsEncryption(String ebsEncryption)
The type of EBS encryption to be used during replication.
|
CreateReplicationConfigurationTemplateRequest |
withEbsEncryptionKeyArn(String ebsEncryptionKeyArn)
The ARN of the EBS encryption key to be used during replication.
|
CreateReplicationConfigurationTemplateRequest |
withPitPolicy(Collection<PITPolicyRule> pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
CreateReplicationConfigurationTemplateRequest |
withPitPolicy(PITPolicyRule... pitPolicy)
The Point in time (PIT) policy to manage snapshots taken during replication.
|
CreateReplicationConfigurationTemplateRequest |
withReplicationServerInstanceType(String replicationServerInstanceType)
The instance type to be used for the replication server.
|
CreateReplicationConfigurationTemplateRequest |
withReplicationServersSecurityGroupsIDs(Collection<String> replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
CreateReplicationConfigurationTemplateRequest |
withReplicationServersSecurityGroupsIDs(String... replicationServersSecurityGroupsIDs)
The security group IDs that will be used by the replication server.
|
CreateReplicationConfigurationTemplateRequest |
withStagingAreaSubnetId(String stagingAreaSubnetId)
The subnet to be used by the replication staging area.
|
CreateReplicationConfigurationTemplateRequest |
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.
|
CreateReplicationConfigurationTemplateRequest |
withTags(Map<String,String> tags)
A set of tags to be associated with the Replication Configuration Template resource.
|
CreateReplicationConfigurationTemplateRequest |
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 CreateReplicationConfigurationTemplateRequest()
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 CreateReplicationConfigurationTemplateRequest 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 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest addStagingAreaTagsEntry(String key, String value)
public CreateReplicationConfigurationTemplateRequest clearStagingAreaTagsEntries()
public Map<String,String> getTags()
A set of tags to be associated with the Replication Configuration Template resource.
public void setTags(Map<String,String> tags)
A set of tags to be associated with the Replication Configuration Template resource.
tags
- A set of tags to be associated with the Replication Configuration Template resource.public CreateReplicationConfigurationTemplateRequest withTags(Map<String,String> tags)
A set of tags to be associated with the Replication Configuration Template resource.
tags
- A set of tags to be associated with the Replication Configuration Template resource.public CreateReplicationConfigurationTemplateRequest addTagsEntry(String key, String value)
public CreateReplicationConfigurationTemplateRequest clearTagsEntries()
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 CreateReplicationConfigurationTemplateRequest 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 CreateReplicationConfigurationTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()