Interface ListRegionsRequest.Builder

  • Method Details

    • instanceArn

      ListRegionsRequest.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.
    • maxResults

      ListRegionsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return in a single call. Default is 100.

      Parameters:
      maxResults - The maximum number of results to return in a single call. Default is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListRegionsRequest.Builder nextToken(String nextToken)

      The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

      Parameters:
      nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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