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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSitesRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListSitesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListSitesRequest.BuilderoperatingAddressCityFilter(String... operatingAddressCityFilter)Filters the results by city.ListSitesRequest.BuilderoperatingAddressCityFilter(Collection<String> operatingAddressCityFilter)Filters the results by city.ListSitesRequest.BuilderoperatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)Filters the results by country code.ListSitesRequest.BuilderoperatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)Filters the results by country code.ListSitesRequest.BuilderoperatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)Filters the results by state or region.ListSitesRequest.BuilderoperatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)Filters the results by state or region.ListSitesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSitesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-