Interface ListOutpostsWithS3Request.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListOutpostsWithS3Request.Builder,ListOutpostsWithS3Request>,S3OutpostsRequest.Builder,SdkBuilder<ListOutpostsWithS3Request.Builder,ListOutpostsWithS3Request>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListOutpostsWithS3Request
public static interface ListOutpostsWithS3Request.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListOutpostsWithS3Request.Builder,ListOutpostsWithS3Request>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOutpostsWithS3Request.BuildermaxResults(Integer maxResults)The maximum number of Outposts to return.ListOutpostsWithS3Request.BuildernextToken(String nextToken)When you can get additional results from theListOutpostsWithS3call, aNextTokenparameter is returned in the output.ListOutpostsWithS3Request.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOutpostsWithS3Request.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3outposts.model.S3OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListOutpostsWithS3Request.Builder nextToken(String nextToken)
When you can get additional results from the
ListOutpostsWithS3call, aNextTokenparameter is returned in the output. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional Outposts.- Parameters:
nextToken- When you can get additional results from theListOutpostsWithS3call, aNextTokenparameter is returned in the output. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListOutpostsWithS3Request.Builder maxResults(Integer maxResults)
The maximum number of Outposts to return. The limit is 100.
- Parameters:
maxResults- The maximum number of Outposts to return. The limit is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListOutpostsWithS3Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListOutpostsWithS3Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-