Interface ReplicationStatusType.Builder

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

@Mutable @NotThreadSafe public static interface ReplicationStatusType.Builder extends SdkPojo, CopyableBuilder<ReplicationStatusType.Builder,ReplicationStatusType>
  • Method Details

    • region

      The Region where replication occurs.

      Parameters:
      region - The Region where replication occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      Can be an ARN, Key ID, or Alias.

      Parameters:
      kmsKeyId - Can be an ARN, Key ID, or Alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status can be InProgress, Failed, or InSync.

      Parameters:
      status - The status can be InProgress, Failed, or InSync.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status can be InProgress, Failed, or InSync.

      Parameters:
      status - The status can be InProgress, Failed, or InSync.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      ReplicationStatusType.Builder statusMessage(String statusMessage)

      Status message such as "Secret with this name already exists in this region".

      Parameters:
      statusMessage - Status message such as "Secret with this name already exists in this region".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastAccessedDate

      ReplicationStatusType.Builder lastAccessedDate(Instant lastAccessedDate)

      The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.

      Parameters:
      lastAccessedDate - The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.