public static interface ListVpcEndpointAccessRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointAccessRequest.Builder |
domainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
|
ListVpcEndpointAccessRequest.Builder |
nextToken(String nextToken)
If your initial
ListVpcEndpointAccess operation returns a nextToken, you can
include the returned nextToken in subsequent ListVpcEndpointAccess operations,
which returns results in the next page. |
ListVpcEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointAccessRequest.Builder domainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
domainName - The name of the OpenSearch Service domain to retrieve access information for.ListVpcEndpointAccessRequest.Builder nextToken(String nextToken)
If your initial ListVpcEndpointAccess operation returns a nextToken, you can
include the returned nextToken in subsequent ListVpcEndpointAccess operations,
which returns results in the next page.
nextToken - If your initial ListVpcEndpointAccess operation returns a nextToken, you can
include the returned nextToken in subsequent ListVpcEndpointAccess
operations, which returns results in the next page.ListVpcEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVpcEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.