Interface ListOutpostsWithS3Response.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOutpostsWithS3Response.Builder,
,ListOutpostsWithS3Response> S3OutpostsResponse.Builder
,SdkBuilder<ListOutpostsWithS3Response.Builder,
,ListOutpostsWithS3Response> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListOutpostsWithS3Response
-
Method Summary
Modifier and TypeMethodDescriptionReturns a token that you can use to callListOutpostsWithS3
again and receive additional results, if there are any.outposts
(Collection<Outpost> outposts) Returns the list of Outposts that have the following characteristics:outposts
(Consumer<Outpost.Builder>... outposts) Returns the list of Outposts that have the following characteristics:Returns the list of Outposts that have the following characteristics:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3outposts.model.S3OutpostsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
Outpost.Builder
avoiding the need to create one manually viaOutpost.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutposts(List<Outpost>)
.- Parameters:
outposts
- a consumer that will call methods onOutpost.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 callListOutpostsWithS3
again and receive additional results, if there are any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-