public static interface ListEndpointsRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListEndpointsRequest.Builder,ListEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsRequest.Builder |
maxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
|
ListEndpointsRequest.Builder |
nextToken(String nextToken)
The next endpoint requested in the list.
|
ListEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointsRequest.Builder nextToken(String nextToken)
The next endpoint requested in the list.
nextToken - The next endpoint requested in the list.ListEndpointsRequest.Builder maxResults(Integer maxResults)
The max number of endpoints that can be returned on the request.
maxResults - The max number of endpoints that can be returned on the request.ListEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.