Interface ListOutpostsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOutpostsRequest.Builder,,ListOutpostsRequest> OutpostsRequest.Builder,SdkBuilder<ListOutpostsRequest.Builder,,ListOutpostsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListOutpostsRequest
public static interface ListOutpostsRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListOutpostsRequest.Builder,ListOutpostsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneFilter(String... availabilityZoneFilter) Filters the results by Availability Zone (for example,us-east-1a).availabilityZoneFilter(Collection<String> availabilityZoneFilter) Filters the results by Availability Zone (for example,us-east-1a).availabilityZoneIdFilter(String... availabilityZoneIdFilter) Filters the results by AZ ID (for example,use1-az1).availabilityZoneIdFilter(Collection<String> availabilityZoneIdFilter) Filters the results by AZ ID (for example,use1-az1).lifeCycleStatusFilter(String... lifeCycleStatusFilter) Filters the results by the lifecycle status.lifeCycleStatusFilter(Collection<String> lifeCycleStatusFilter) Filters the results by the lifecycle status.maxResults(Integer maxResults) Sets the value of the MaxResults property for this object.Sets the value of the NextToken property for this object.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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-
lifeCycleStatusFilter
Filters the results by the lifecycle status.
- Parameters:
lifeCycleStatusFilter- Filters the results by the lifecycle status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifeCycleStatusFilter
Filters the results by the lifecycle status.
- Parameters:
lifeCycleStatusFilter- Filters the results by the lifecycle status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneFilter
Filters the results by Availability Zone (for example,
us-east-1a).- Parameters:
availabilityZoneFilter- Filters the results by Availability Zone (for example,us-east-1a).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneFilter
Filters the results by Availability Zone (for example,
us-east-1a).- Parameters:
availabilityZoneFilter- Filters the results by Availability Zone (for example,us-east-1a).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIdFilter
Filters the results by AZ ID (for example,
use1-az1).- Parameters:
availabilityZoneIdFilter- Filters the results by AZ ID (for example,use1-az1).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIdFilter
Filters the results by AZ ID (for example,
use1-az1).- Parameters:
availabilityZoneIdFilter- Filters the results by AZ ID (for example,use1-az1).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOutpostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListOutpostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-