Interface ListSitesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListSitesRequest.Builder,,- ListSitesRequest> - OutpostsRequest.Builder,- SdkBuilder<ListSitesRequest.Builder,,- ListSitesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListSitesRequest
@Mutable
@NotThreadSafe
public static interface ListSitesRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListSitesRequest.Builder,ListSitesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.operatingAddressCityFilter(String... operatingAddressCityFilter) Filters the results by city.operatingAddressCityFilter(Collection<String> operatingAddressCityFilter) Filters the results by city.operatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter) Filters the results by country code.operatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter) Filters the results by country code.operatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter) Filters the results by state or region.operatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter) Filters the results by state or region.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nextTokenSets 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.
 
- 
maxResultsSets 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.
 
- 
operatingAddressCountryCodeFilterListSitesRequest.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.
 
- 
operatingAddressCountryCodeFilterListSitesRequest.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.
 
- 
operatingAddressStateOrRegionFilterListSitesRequest.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.
 
- 
operatingAddressStateOrRegionFilterListSitesRequest.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.
 
- 
operatingAddressCityFilterFilters 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.
 
- 
operatingAddressCityFilterFilters 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.
 
- 
overrideConfigurationListSitesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListSitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-