public static interface ListOutpostsRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListOutpostsRequest.Builder,ListOutpostsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListOutpostsRequest.Builder |
availabilityZoneFilter(Collection<String> availabilityZoneFilter)
A filter for the Availibility Zone (
us-east-1a) of the Outpost. |
ListOutpostsRequest.Builder |
availabilityZoneFilter(String... availabilityZoneFilter)
A filter for the Availibility Zone (
us-east-1a) of the Outpost. |
ListOutpostsRequest.Builder |
availabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter)
A filter for the AZ IDs (
use1-az1) of the Outpost. |
ListOutpostsRequest.Builder |
availabilityZoneIdFilter(String... availabilityZoneIdFilter)
A filter for the AZ IDs (
use1-az1) of the Outpost. |
ListOutpostsRequest.Builder |
lifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
|
ListOutpostsRequest.Builder |
lifeCycleStatusFilter(String... lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
|
ListOutpostsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListOutpostsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListOutpostsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOutpostsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutpostsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListOutpostsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListOutpostsRequest.Builder lifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
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.
lifeCycleStatusFilter - A filter for the lifecycle status of the Outpost.
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.
ListOutpostsRequest.Builder lifeCycleStatusFilter(String... lifeCycleStatusFilter)
A filter for the lifecycle status of the Outpost.
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.
lifeCycleStatusFilter - A filter for the lifecycle status of the Outpost.
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.
ListOutpostsRequest.Builder availabilityZoneFilter(Collection<String> availabilityZoneFilter)
A filter for the Availibility Zone (us-east-1a) of the Outpost.
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.
availabilityZoneFilter - A filter for the Availibility Zone (us-east-1a) of the Outpost.
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.
ListOutpostsRequest.Builder availabilityZoneFilter(String... availabilityZoneFilter)
A filter for the Availibility Zone (us-east-1a) of the Outpost.
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.
availabilityZoneFilter - A filter for the Availibility Zone (us-east-1a) of the Outpost.
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.
ListOutpostsRequest.Builder availabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter)
A filter for the AZ IDs (use1-az1) of the Outpost.
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.
availabilityZoneIdFilter - A filter for the AZ IDs (use1-az1) of the Outpost.
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.
ListOutpostsRequest.Builder availabilityZoneIdFilter(String... availabilityZoneIdFilter)
A filter for the AZ IDs (use1-az1) of the Outpost.
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.
availabilityZoneIdFilter - A filter for the AZ IDs (use1-az1) of the Outpost.
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.
ListOutpostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOutpostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.