Interface ListOutpostsWithS3Response.Builder

    • Method Detail

      • outposts

        ListOutpostsWithS3Response.Builder outposts​(Collection<Outpost> outposts)

        Returns the list of Outposts that have the following characteristics:

        • outposts that have S3 provisioned

        • outposts that are Active (not pending any provisioning nor decommissioned)

        • outposts to which the the calling Amazon Web Services account has access

        Parameters:
        outposts - Returns the list of Outposts that have the following characteristics:

        • outposts that have S3 provisioned

        • outposts that are Active (not pending any provisioning nor decommissioned)

        • outposts to which the the calling Amazon Web Services account has access

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outposts

        ListOutpostsWithS3Response.Builder outposts​(Outpost... outposts)

        Returns the list of Outposts that have the following characteristics:

        • outposts that have S3 provisioned

        • outposts that are Active (not pending any provisioning nor decommissioned)

        • outposts to which the the calling Amazon Web Services account has access

        Parameters:
        outposts - Returns the list of Outposts that have the following characteristics:

        • outposts that have S3 provisioned

        • outposts that are Active (not pending any provisioning nor decommissioned)

        • outposts to which the the calling Amazon Web Services account has access

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outposts

        ListOutpostsWithS3Response.Builder outposts​(Consumer<Outpost.Builder>... outposts)

        Returns the list of Outposts that have the following characteristics:

        • outposts that have S3 provisioned

        • outposts that are Active (not pending any provisioning nor decommissioned)

        • outposts to which the the calling Amazon Web Services account has access

        This is a convenience method that creates an instance of the Outpost.Builder avoiding the need to create one manually via Outpost.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #outposts(List).

        Parameters:
        outposts - a consumer that will call methods on Outpost.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #outposts(java.util.Collection)
      • nextToken

        ListOutpostsWithS3Response.Builder nextToken​(String nextToken)

        Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.

        Parameters:
        nextToken - Returns a token that you can use to call ListOutpostsWithS3 again and receive additional results, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.