Interface ListSitesRequest.Builder

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

public static interface ListSitesRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListSitesRequest.Builder,ListSitesRequest>
  • Method Details

    • nextToken

      ListSitesRequest.Builder nextToken(String nextToken)
      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListSitesRequest.Builder maxResults(Integer maxResults)
      Sets the value of the MaxResults property for this object.
      Parameters:
      maxResults - The new value for the MaxResults property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingAddressCountryCodeFilter

      ListSitesRequest.Builder operatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)

      Filters the results by country code.

      Parameters:
      operatingAddressCountryCodeFilter - Filters the results by country code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingAddressCountryCodeFilter

      ListSitesRequest.Builder operatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)

      Filters the results by country code.

      Parameters:
      operatingAddressCountryCodeFilter - Filters the results by country code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingAddressStateOrRegionFilter

      ListSitesRequest.Builder operatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)

      Filters the results by state or region.

      Parameters:
      operatingAddressStateOrRegionFilter - Filters the results by state or region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingAddressStateOrRegionFilter

      ListSitesRequest.Builder operatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)

      Filters the results by state or region.

      Parameters:
      operatingAddressStateOrRegionFilter - Filters the results by state or region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingAddressCityFilter

      ListSitesRequest.Builder operatingAddressCityFilter(Collection<String> operatingAddressCityFilter)

      Filters the results by city.

      Parameters:
      operatingAddressCityFilter - Filters the results by city.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operatingAddressCityFilter

      ListSitesRequest.Builder operatingAddressCityFilter(String... operatingAddressCityFilter)

      Filters the results by city.

      Parameters:
      operatingAddressCityFilter - Filters the results by city.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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