Interface ReplicationInstanceTaskLog.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>, SdkBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>, SdkPojo
Enclosing class:
ReplicationInstanceTaskLog

public static interface ReplicationInstanceTaskLog.Builder extends SdkPojo, CopyableBuilder<ReplicationInstanceTaskLog.Builder,ReplicationInstanceTaskLog>
  • Method Details

    • replicationTaskName

      ReplicationInstanceTaskLog.Builder replicationTaskName(String replicationTaskName)

      The name of the replication task.

      Parameters:
      replicationTaskName - The name of the replication task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationTaskArn

      ReplicationInstanceTaskLog.Builder replicationTaskArn(String replicationTaskArn)

      The Amazon Resource Name (ARN) of the replication task.

      Parameters:
      replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationInstanceTaskLogSize

      ReplicationInstanceTaskLog.Builder replicationInstanceTaskLogSize(Long replicationInstanceTaskLogSize)

      The size, in bytes, of the replication task log.

      Parameters:
      replicationInstanceTaskLogSize - The size, in bytes, of the replication task log.
      Returns:
      Returns a reference to this object so that method calls can be chained together.