Interface ListLimitsProfilesRequest.Builder

  • Method Details

    • accountId

      The ID of the Amazon Web Services account that contains the limits profiles.

      Parameters:
      accountId - The ID of the Amazon Web Services account that contains the limits profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      ListLimitsProfilesRequest.Builder resourceType(String resourceType)

      An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.

      Parameters:
      resourceType - An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      ListLimitsProfilesRequest.Builder resourceType(ResourceType resourceType)

      An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.

      Parameters:
      resourceType - An optional filter that limits the results to profiles that contain the specified resource type. If you don't specify a value, the operation returns all profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      The maximum number of results to return in a single call. If you don't specify a value, the service uses the default maximum.

      Parameters:
      maxResults - The maximum number of results to return in a single call. If you don't specify a value, the service uses the default maximum.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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