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 maximum number of endpoints that will be returned in the response.
|
ListEndpointsRequest.Builder |
nextToken(String nextToken)
If a previous response from this operation included a
NextToken value, provide that value here
to retrieve the next page of results. |
ListEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEndpointsRequest.Builder nextToken(String nextToken)
If a previous response from this operation included a NextToken value, provide that value here
to retrieve the next page of results.
nextToken - If a previous response from this operation included a NextToken value, provide that value
here to retrieve the next page of results.ListEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
maxResults - The maximum number of endpoints that will be returned in the response.ListEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.