Interface AddRegionRequest.Builder

  • Method Details

    • instanceArn

      AddRegionRequest.Builder instanceArn(String instanceArn)

      The Amazon Resource Name (ARN) of the IAM Identity Center instance to replicate to the target Region.

      Parameters:
      instanceArn - The Amazon Resource Name (ARN) of the IAM Identity Center instance to replicate to the target Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionName

      AddRegionRequest.Builder regionName(String regionName)

      The name of the Amazon Web Services Region to add to the IAM Identity Center instance. The Region name must be 1-32 characters long and follow the pattern of Amazon Web Services Region names (for example, us-east-1).

      Parameters:
      regionName - The name of the Amazon Web Services Region to add to the IAM Identity Center instance. The Region name must be 1-32 characters long and follow the pattern of Amazon Web Services Region names (for example, us-east-1).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      AddRegionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.