public static interface ListSharedEndpointsRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<ListSharedEndpointsRequest.Builder,ListSharedEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSharedEndpointsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of endpoints that will be returned in the response.
|
ListSharedEndpointsRequest.Builder |
nextToken(String nextToken)
If a previous response from this operation included a
NextToken value, you can provide that
value here to retrieve the next page of results. |
ListSharedEndpointsRequest.Builder |
outpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
|
ListSharedEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSharedEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSharedEndpointsRequest.Builder nextToken(String nextToken)
If a previous response from this operation included a NextToken value, you can provide that
value here to retrieve the next page of results.
nextToken - If a previous response from this operation included a NextToken value, you can provide
that value here to retrieve the next page of results.ListSharedEndpointsRequest.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.ListSharedEndpointsRequest.Builder outpostId(String outpostId)
The ID of the Amazon Web Services Outpost.
outpostId - The ID of the Amazon Web Services Outpost.ListSharedEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSharedEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.