Interface RegionMetadata.Builder

  • Method Details

    • regionName

      RegionMetadata.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 extension 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 extension 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 extension 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 extension 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

      RegionMetadata.Builder addedDate(Instant addedDate)

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

      RegionMetadata.Builder isPrimaryRegion(Boolean isPrimaryRegion)

      Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. The primary Region cannot be removed.

      Parameters:
      isPrimaryRegion - Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. The primary Region cannot be removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.