Class CreateReplicationConfigurationTemplateRequest

    • Method Detail

      • associateDefaultSecurityGroup

        public final Boolean associateDefaultSecurityGroup()

        Request to associate the default Application Migration Service Security group with the Replication Settings template.

        Returns:
        Request to associate the default Application Migration Service Security group with the Replication Settings template.
      • bandwidthThrottling

        public final Long bandwidthThrottling()

        Request to configure bandwidth throttling during Replication Settings template creation.

        Returns:
        Request to configure bandwidth throttling during Replication Settings template creation.
      • createPublicIP

        public final Boolean createPublicIP()

        Request to create Public IP during Replication Settings template creation.

        Returns:
        Request to create Public IP during Replication Settings template creation.
      • ebsEncryptionKeyArn

        public final String ebsEncryptionKeyArn()

        Request to configure an EBS encryption key during Replication Settings template creation.

        Returns:
        Request to configure an EBS encryption key during Replication Settings template creation.
      • replicationServerInstanceType

        public final String replicationServerInstanceType()

        Request to configure the Replication Server instance type during Replication Settings template creation.

        Returns:
        Request to configure the Replication Server instance type during Replication Settings template creation.
      • 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()

        Request to configure the Replication Server Security group ID during Replication Settings template creation.

        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:
        Request to configure the Replication Server Security group ID during Replication Settings template creation.
      • stagingAreaSubnetId

        public final String stagingAreaSubnetId()

        Request to configure the Staging Area subnet ID during Replication Settings template creation.

        Returns:
        Request to configure the Staging Area subnet ID during Replication Settings template creation.
      • 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()

        Request to configure Staging Area tags during Replication Settings template creation.

        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:
        Request to configure Staging Area tags during Replication Settings template creation.
      • 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()

        Request to configure tags during Replication Settings template creation.

        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:
        Request to configure tags during Replication Settings template creation.
      • useDedicatedReplicationServer

        public final Boolean useDedicatedReplicationServer()

        Request to use Dedicated Replication Servers during Replication Settings template creation.

        Returns:
        Request to use Dedicated Replication Servers during Replication Settings template creation.
      • useFipsEndpoint

        public final Boolean useFipsEndpoint()

        Request to use Fips Endpoint during Replication Settings template creation.

        Returns:
        Request to use Fips Endpoint during Replication Settings template creation.
      • 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