public static interface ListSitesRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListSitesRequest.Builder,ListSitesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSitesRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListSitesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListSitesRequest.Builder |
operatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
A filter for the city of the Outpost site.
|
ListSitesRequest.Builder |
operatingAddressCityFilter(String... operatingAddressCityFilter)
A filter for the city of the Outpost site.
|
ListSitesRequest.Builder |
operatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
|
ListSitesRequest.Builder |
operatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
|
ListSitesRequest.Builder |
operatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
|
ListSitesRequest.Builder |
operatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
|
ListSitesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSitesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSitesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListSitesRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListSitesRequest.Builder operatingAddressCountryCodeFilter(Collection<String> operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCountryCodeFilter - A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListSitesRequest.Builder operatingAddressCountryCodeFilter(String... operatingAddressCountryCodeFilter)
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCountryCodeFilter - A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListSitesRequest.Builder operatingAddressStateOrRegionFilter(Collection<String> operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressStateOrRegionFilter - A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListSitesRequest.Builder operatingAddressStateOrRegionFilter(String... operatingAddressStateOrRegionFilter)
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressStateOrRegionFilter - A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListSitesRequest.Builder operatingAddressCityFilter(Collection<String> operatingAddressCityFilter)
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCityFilter - A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListSitesRequest.Builder operatingAddressCityFilter(String... operatingAddressCityFilter)
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.
operatingAddressCityFilter - A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined
with an OR, and the request returns all results that match any of the specified values.
ListSitesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSitesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.