Class UpdateReplicationConfigurationRequest

    • Method Detail

      • accountID

        public final String accountID()

        Update replication configuration Account ID request.

        Returns:
        Update replication configuration Account ID request.
      • associateDefaultSecurityGroup

        public final Boolean associateDefaultSecurityGroup()

        Update replication configuration associate default Application Migration Service Security group request.

        Returns:
        Update replication configuration associate default Application Migration Service Security group request.
      • bandwidthThrottling

        public final Long bandwidthThrottling()

        Update replication configuration bandwidth throttling request.

        Returns:
        Update replication configuration bandwidth throttling request.
      • createPublicIP

        public final Boolean createPublicIP()

        Update replication configuration create Public IP request.

        Returns:
        Update replication configuration create Public IP request.
      • ebsEncryptionKeyArn

        public final String ebsEncryptionKeyArn()

        Update replication configuration EBS encryption key ARN request.

        Returns:
        Update replication configuration EBS encryption key ARN request.
      • name

        public final String name()

        Update replication configuration name request.

        Returns:
        Update replication configuration name request.
      • hasReplicatedDisks

        public final boolean hasReplicatedDisks()
        For responses, this returns true if the service returned a value for the ReplicatedDisks 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.
      • replicatedDisks

        public final List<ReplicationConfigurationReplicatedDisk> replicatedDisks()

        Update replication configuration replicated disks request.

        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 hasReplicatedDisks() method.

        Returns:
        Update replication configuration replicated disks request.
      • replicationServerInstanceType

        public final String replicationServerInstanceType()

        Update replication configuration Replication Server instance type request.

        Returns:
        Update replication configuration Replication Server instance type request.
      • 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()

        Update replication configuration Replication Server Security Groups IDs request.

        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:
        Update replication configuration Replication Server Security Groups IDs request.
      • sourceServerID

        public final String sourceServerID()

        Update replication configuration Source Server ID request.

        Returns:
        Update replication configuration Source Server ID request.
      • stagingAreaSubnetId

        public final String stagingAreaSubnetId()

        Update replication configuration Staging Area subnet request.

        Returns:
        Update replication configuration Staging Area subnet request.
      • 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()

        Update replication configuration Staging Area Tags request.

        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:
        Update replication configuration Staging Area Tags request.
      • useDedicatedReplicationServer

        public final Boolean useDedicatedReplicationServer()

        Update replication configuration use dedicated Replication Server request.

        Returns:
        Update replication configuration use dedicated Replication Server request.
      • useFipsEndpoint

        public final Boolean useFipsEndpoint()

        Update replication configuration use Fips Endpoint.

        Returns:
        Update replication configuration use Fips Endpoint.
      • 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