Interface ListOutpostsRequest.Builder

    • Method Detail

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