Interface ListMapsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListMapsRequest.Builder,ListMapsRequest>, LocationRequest.Builder, SdkBuilder<ListMapsRequest.Builder,ListMapsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListMapsRequest

public static interface ListMapsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListMapsRequest.Builder,ListMapsRequest>
  • Method Details

    • maxResults

      ListMapsRequest.Builder maxResults(Integer maxResults)

      An optional limit for the number of resources returned in a single call.

      Default value: 100

      Parameters:
      maxResults - An optional limit for the number of resources returned in a single call.

      Default value: 100

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListMapsRequest.Builder nextToken(String nextToken)

      The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

      Default value: null

      Parameters:
      nextToken - The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

      Default value: null

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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