public static interface ListOutpostsWithS3Request.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListOutpostsWithS3Request.Builder,ListOutpostsWithS3Request>
| Modifier and Type | Method and Description |
|---|---|
ListOutpostsWithS3Request.Builder |
maxResults(Integer maxResults)
The maximum number of Outposts to return.
|
ListOutpostsWithS3Request.Builder |
nextToken(String nextToken)
When you can get additional results from the
ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. |
ListOutpostsWithS3Request.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOutpostsWithS3Request.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOutpostsWithS3Request.Builder nextToken(String nextToken)
When you can get additional results from the ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional Outposts.
nextToken - When you can get additional results from the ListOutpostsWithS3 call, a
NextToken parameter is returned in the output. You can then pass in a subsequent command
to the NextToken parameter to continue listing additional Outposts.ListOutpostsWithS3Request.Builder maxResults(Integer maxResults)
The maximum number of Outposts to return. The limit is 100.
maxResults - The maximum number of Outposts to return. The limit is 100.ListOutpostsWithS3Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListOutpostsWithS3Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.