Interface ListOutpostsWithS3Response.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListOutpostsWithS3Response.Builder,ListOutpostsWithS3Response>, S3OutpostsResponse.Builder, SdkBuilder<ListOutpostsWithS3Response.Builder,ListOutpostsWithS3Response>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListOutpostsWithS3Response

public static interface ListOutpostsWithS3Response.Builder extends S3OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListOutpostsWithS3Response.Builder,ListOutpostsWithS3Response>
  • Method Details

    • 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

      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

      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<Outpost>).

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