Interface RemoveRegionRequest.Builder

  • Method Details

    • instanceArn

      RemoveRegionRequest.Builder instanceArn(String instanceArn)

      The Amazon Resource Name (ARN) of the IAM Identity Center instance.

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

      RemoveRegionRequest.Builder regionName(String regionName)

      The name of the Amazon Web Services Region to remove from 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). The primary Region cannot be removed.

      Parameters:
      regionName - The name of the Amazon Web Services Region to remove from 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). The primary Region cannot be removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      RemoveRegionRequest.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.