public static interface ListVpcEndpointsForDomainRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsForDomainRequest.Builder,ListVpcEndpointsForDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointsForDomainRequest.Builder |
domainName(String domainName)
The name of the domain to list associated VPC endpoints for.
|
ListVpcEndpointsForDomainRequest.Builder |
nextToken(String nextToken)
If your initial
ListEndpointsForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListEndpointsForDomain operations,
which returns results in the next page. |
ListVpcEndpointsForDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcEndpointsForDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointsForDomainRequest.Builder domainName(String domainName)
The name of the domain to list associated VPC endpoints for.
domainName - The name of the domain to list associated VPC endpoints for.ListVpcEndpointsForDomainRequest.Builder nextToken(String nextToken)
If your initial ListEndpointsForDomain operation returns a nextToken, you can
include the returned nextToken in subsequent ListEndpointsForDomain operations,
which returns results in the next page.
nextToken - If your initial ListEndpointsForDomain operation returns a nextToken, you
can include the returned nextToken in subsequent ListEndpointsForDomain
operations, which returns results in the next page.ListVpcEndpointsForDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVpcEndpointsForDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.