Interface ListVpcEndpointsForDomainRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVpcEndpointsForDomainRequest.Builder,ListVpcEndpointsForDomainRequest>,OpenSearchRequest.Builder,SdkBuilder<ListVpcEndpointsForDomainRequest.Builder,ListVpcEndpointsForDomainRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVpcEndpointsForDomainRequest
@Mutable @NotThreadSafe public static interface ListVpcEndpointsForDomainRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsForDomainRequest.Builder,ListVpcEndpointsForDomainRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcEndpointsForDomainRequest.BuilderdomainName(String domainName)The name of the domain to list associated VPC endpoints for.ListVpcEndpointsForDomainRequest.BuildernextToken(String nextToken)If your initialListEndpointsForDomainoperation returns anextToken, you can include the returnednextTokenin subsequentListEndpointsForDomainoperations, which returns results in the next page.ListVpcEndpointsForDomainRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcEndpointsForDomainRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainName
ListVpcEndpointsForDomainRequest.Builder domainName(String domainName)
The name of the domain to list associated VPC endpoints for.
- Parameters:
domainName- The name of the domain to list associated VPC endpoints for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListVpcEndpointsForDomainRequest.Builder nextToken(String nextToken)
If your initial
ListEndpointsForDomainoperation returns anextToken, you can include the returnednextTokenin subsequentListEndpointsForDomainoperations, which returns results in the next page.- Parameters:
nextToken- If your initialListEndpointsForDomainoperation returns anextToken, you can include the returnednextTokenin subsequentListEndpointsForDomainoperations, which returns results in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVpcEndpointsForDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVpcEndpointsForDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-