Interface ReplicationStatusType.Builder

    • Method Detail

      • region

        ReplicationStatusType.Builder region​(String 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

        ReplicationStatusType.Builder kmsKeyId​(String 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

        ReplicationStatusType.Builder status​(String 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:
        StatusType, StatusType
      • status

        ReplicationStatusType.Builder status​(StatusType 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:
        StatusType, StatusType
      • 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.