Interface ListVpcEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
,ElasticsearchRequest.Builder
,SdkBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListVpcEndpointAccessRequest
public static interface ListVpcEndpointAccessRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcEndpointAccessRequest.Builder
domainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.ListVpcEndpointAccessRequest.Builder
nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.ListVpcEndpointAccessRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListVpcEndpointAccessRequest.Builder
overrideConfiguration(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.elasticsearch.model.ElasticsearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
ListVpcEndpointAccessRequest.Builder domainName(String domainName)
The name of the OpenSearch Service domain to retrieve access information for.
- Parameters:
domainName
- The name of the OpenSearch Service domain to retrieve access information for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListVpcEndpointAccessRequest.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
- Parameters:
nextToken
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVpcEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListVpcEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-