public static interface ListOutpostsWithS3Response.Builder extends S3OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListOutpostsWithS3Response.Builder,ListOutpostsWithS3Response>
| Modifier and Type | Method and Description |
|---|---|
ListOutpostsWithS3Response.Builder |
nextToken(String nextToken)
Returns a token that you can use to call
ListOutpostsWithS3 again and receive additional
results, if there are any. |
ListOutpostsWithS3Response.Builder |
outposts(Collection<Outpost> outposts)
Returns the list of Outposts that have the following characteristics:
|
ListOutpostsWithS3Response.Builder |
outposts(Consumer<Outpost.Builder>... outposts)
Returns the list of Outposts that have the following characteristics:
|
ListOutpostsWithS3Response.Builder |
outposts(Outpost... outposts)
Returns the list of Outposts that have the following characteristics:
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutpostsWithS3Response.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
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
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
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
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
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.
outposts - a consumer that will call methods on
Outpost.Builder#outposts(java.util.Collection) ListOutpostsWithS3Response.Builder nextToken(String nextToken)
Returns a token that you can use to call ListOutpostsWithS3 again and receive additional
results, if there are any.
nextToken - Returns a token that you can use to call ListOutpostsWithS3 again and receive additional
results, if there are any.Copyright © 2023. All rights reserved.