Class CreateReplicationConfigurationTemplateRequest

    • Method Detail

      • associateDefaultSecurityGroup

        public final Boolean associateDefaultSecurityGroup()

        Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.

        Returns:
        Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
      • autoReplicateNewDisks

        public final Boolean autoReplicateNewDisks()

        Whether to allow the AWS replication agent to automatically replicate newly added disks.

        Returns:
        Whether to allow the AWS replication agent to automatically replicate newly added disks.
      • bandwidthThrottling

        public final Long bandwidthThrottling()

        Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.

        Returns:
        Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
      • createPublicIP

        public final Boolean createPublicIP()

        Whether to create a Public IP for the Recovery Instance by default.

        Returns:
        Whether to create a Public IP for the Recovery Instance by default.
      • ebsEncryptionKeyArn

        public final String ebsEncryptionKeyArn()

        The ARN of the EBS encryption key to be used during replication.

        Returns:
        The ARN of the EBS encryption key to be used during replication.
      • hasPitPolicy

        public final boolean hasPitPolicy()
        For responses, this returns true if the service returned a value for the PitPolicy property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • pitPolicy

        public final List<PITPolicyRule> pitPolicy()

        The Point in time (PIT) policy to manage snapshots taken during replication.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasPitPolicy() method.

        Returns:
        The Point in time (PIT) policy to manage snapshots taken during replication.
      • replicationServerInstanceType

        public final String replicationServerInstanceType()

        The instance type to be used for the replication server.

        Returns:
        The instance type to be used for the replication server.
      • hasReplicationServersSecurityGroupsIDs

        public final boolean hasReplicationServersSecurityGroupsIDs()
        For responses, this returns true if the service returned a value for the ReplicationServersSecurityGroupsIDs property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • replicationServersSecurityGroupsIDs

        public final List<String> replicationServersSecurityGroupsIDs()

        The security group IDs that will be used by the replication server.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasReplicationServersSecurityGroupsIDs() method.

        Returns:
        The security group IDs that will be used by the replication server.
      • stagingAreaSubnetId

        public final String stagingAreaSubnetId()

        The subnet to be used by the replication staging area.

        Returns:
        The subnet to be used by the replication staging area.
      • hasStagingAreaTags

        public final boolean hasStagingAreaTags()
        For responses, this returns true if the service returned a value for the StagingAreaTags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • stagingAreaTags

        public final 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.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasStagingAreaTags() method.

        Returns:
        A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
      • hasTags

        public final boolean hasTags()
        For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tags

        public final Map<String,​String> tags()

        A set of tags to be associated with the Replication Configuration Template resource.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTags() method.

        Returns:
        A set of tags to be associated with the Replication Configuration Template resource.
      • useDedicatedReplicationServer

        public final Boolean useDedicatedReplicationServer()

        Whether to use a dedicated Replication Server in the replication staging area.

        Returns:
        Whether to use a dedicated Replication Server in the replication staging area.
      • 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.
        Overrides:
        toString in class Object