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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOutpostsWithS3Response.BuildernextToken(String nextToken)Returns a token that you can use to callListOutpostsWithS3again and receive additional results, if there are any.ListOutpostsWithS3Response.Builderoutposts(Collection<Outpost> outposts)Returns the list of Outposts that have the following characteristics:ListOutpostsWithS3Response.Builderoutposts(Consumer<Outpost.Builder>... outposts)Returns the list of Outposts that have the following characteristics:ListOutpostsWithS3Response.Builderoutposts(Outpost... outposts)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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
Outpost.Builderavoiding the need to create one manually viaOutpost.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#outposts(List.) - 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:
#outposts(java.util.Collection)
-
-
nextToken
ListOutpostsWithS3Response.Builder nextToken(String nextToken)
Returns a token that you can use to call
ListOutpostsWithS3again and receive additional results, if there are any.- Parameters:
nextToken- Returns a token that you can use to callListOutpostsWithS3again and receive additional results, if there are any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-