Interface AccountInfo.Builder

  • Method Details

    • awsAccountId

      AccountInfo.Builder awsAccountId(String awsAccountId)

      The account ID.

      Parameters:
      awsAccountId - The account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountName

      AccountInfo.Builder awsAccountName(String awsAccountName)

      The account name.

      Parameters:
      awsAccountName - The account name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedRegions

      AccountInfo.Builder supportedRegions(Collection<String> supportedRegions)

      The regions supported for an account within an account pool.

      Parameters:
      supportedRegions - The regions supported for an account within an account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedRegions

      AccountInfo.Builder supportedRegions(String... supportedRegions)

      The regions supported for an account within an account pool.

      Parameters:
      supportedRegions - The regions supported for an account within an account pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.