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 Details

    • nextToken

      ListOutpostsRequest.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

      ListOutpostsRequest.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.
    • lifeCycleStatusFilter

      ListOutpostsRequest.Builder lifeCycleStatusFilter(Collection<String> 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

      ListOutpostsRequest.Builder lifeCycleStatusFilter(String... 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

      ListOutpostsRequest.Builder availabilityZoneFilter(Collection<String> 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

      ListOutpostsRequest.Builder availabilityZoneFilter(String... 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

      ListOutpostsRequest.Builder availabilityZoneIdFilter(Collection<String> 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

      ListOutpostsRequest.Builder availabilityZoneIdFilter(String... 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.