Class AwsDmsReplicationTaskDetails

java.lang.Object
software.amazon.awssdk.services.securityhub.model.AwsDmsReplicationTaskDetails
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AwsDmsReplicationTaskDetails.Builder,AwsDmsReplicationTaskDetails>

@Generated("software.amazon.awssdk:codegen") public final class AwsDmsReplicationTaskDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDmsReplicationTaskDetails.Builder,AwsDmsReplicationTaskDetails>

Provides details about an Database Migration Service (DMS) replication task. A replication task moves a set of data from the source endpoint to the target endpoint.

See Also:
  • Method Details

    • cdcStartPosition

      public final String cdcStartPosition()

      Indicates when you want a change data capture (CDC) operation to start. CCdcStartPosition or CCdcStartTime specifies when you want a CDC operation to start. Only a value for one of these fields is included.

      Returns:
      Indicates when you want a change data capture (CDC) operation to start. CCdcStartPosition or CCdcStartTime specifies when you want a CDC operation to start. Only a value for one of these fields is included.
    • cdcStartTime

      public final String cdcStartTime()

      Indicates the start time for a CDC operation. CdcStartPosition or CCdcStartTime specifies when you want a CDC operation to start. Only a value for one of these fields is included.

      Returns:
      Indicates the start time for a CDC operation. CdcStartPosition or CCdcStartTime specifies when you want a CDC operation to start. Only a value for one of these fields is included.
    • cdcStopPosition

      public final String cdcStopPosition()

      Indicates when you want a CDC operation to stop. The value can be either server time or commit time.

      Returns:
      Indicates when you want a CDC operation to stop. The value can be either server time or commit time.
    • migrationType

      public final String migrationType()

      The migration type.

      Returns:
      The migration type.
    • id

      public final String id()

      The identifier of the replication task.

      Returns:
      The identifier of the replication task.
    • resourceIdentifier

      public final String resourceIdentifier()

      A display name for the resource identifier at the end of the EndpointArn response parameter. If you don't specify a ResourceIdentifier value, DMS generates a default identifier value for the end of EndpointArn.

      Returns:
      A display name for the resource identifier at the end of the EndpointArn response parameter. If you don't specify a ResourceIdentifier value, DMS generates a default identifier value for the end of EndpointArn.
    • replicationInstanceArn

      public final String replicationInstanceArn()

      The Amazon Resource Name (ARN) of a replication instance.

      Returns:
      The Amazon Resource Name (ARN) of a replication instance.
    • replicationTaskIdentifier

      public final String replicationTaskIdentifier()

      The user-defined replication task identifier or name.

      Returns:
      The user-defined replication task identifier or name.
    • replicationTaskSettings

      public final String replicationTaskSettings()

      The settings for the replication task.

      Returns:
      The settings for the replication task.
    • sourceEndpointArn

      public final String sourceEndpointArn()

      The ARN of the source endpoint.

      Returns:
      The ARN of the source endpoint.
    • tableMappings

      public final String tableMappings()

      The table mappings for the replication task, in JSON format.

      Returns:
      The table mappings for the replication task, in JSON format.
    • targetEndpointArn

      public final String targetEndpointArn()

      The ARN of the target endpoint.

      Returns:
      The ARN of the target endpoint.
    • taskData

      public final String taskData()

      Supplemental information that the task requires to migrate the data for certain source and target endpoints.

      Returns:
      Supplemental information that the task requires to migrate the data for certain source and target endpoints.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<AwsDmsReplicationTaskDetails.Builder,AwsDmsReplicationTaskDetails>
      Returns:
      a builder for type T
    • builder

      public static AwsDmsReplicationTaskDetails.Builder builder()
    • serializableBuilderClass

      public static Class<? extends AwsDmsReplicationTaskDetails.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.