Interface RegionInfo.Builder

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

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

    • sseKmsKeyId

      RegionInfo.Builder sseKmsKeyId(String sseKmsKeyId)

      The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.

      Parameters:
      sseKmsKeyId - The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      RegionInfo.Builder status(String status)

      The status of the Amazon Web Services Region in the replication set.

      Parameters:
      status - The status of the Amazon Web Services Region in the replication set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the Amazon Web Services Region in the replication set.

      Parameters:
      status - The status of the Amazon Web Services Region in the replication set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      RegionInfo.Builder statusMessage(String statusMessage)

      Information displayed about the status of the Amazon Web Services Region.

      Parameters:
      statusMessage - Information displayed about the status of the Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusUpdateDateTime

      RegionInfo.Builder statusUpdateDateTime(Instant statusUpdateDateTime)

      The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.

      Parameters:
      statusUpdateDateTime - The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.