Interface DescribeRegionResponse.Builder

  • Method Details

    • regionName

      DescribeRegionResponse.Builder regionName(String regionName)

      The Amazon Web Services Region name.

      Parameters:
      regionName - The Amazon Web Services Region name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).

      Parameters:
      status - The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).

      Parameters:
      status - The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • addedDate

      The timestamp when the Region was added to the IAM Identity Center instance. For the primary Region, this is the IAM Identity Center instance creation time.

      Parameters:
      addedDate - The timestamp when the Region was added to the IAM Identity Center instance. For the primary Region, this is the IAM Identity Center instance creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPrimaryRegion

      DescribeRegionResponse.Builder isPrimaryRegion(Boolean isPrimaryRegion)

      Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. For more information on the difference between the primary Region and additional Regions, see IAM Identity Center User Guide

      Parameters:
      isPrimaryRegion - Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. For more information on the difference between the primary Region and additional Regions, see IAM Identity Center User Guide
      Returns:
      Returns a reference to this object so that method calls can be chained together.