Interface ListVpcEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>,OpenSearchRequest.Builder,SdkBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVpcEndpointAccessRequest
@Mutable @NotThreadSafe public static interface ListVpcEndpointAccessRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointAccessRequest.Builder,ListVpcEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcEndpointAccessRequest.BuilderdomainName(String domainName)The name of the OpenSearch Service domain to retrieve access information for.ListVpcEndpointAccessRequest.BuildernextToken(String nextToken)If your initialListVpcEndpointAccessoperation returns anextToken, you can include the returnednextTokenin subsequentListVpcEndpointAccessoperations, which returns results in the next page.ListVpcEndpointAccessRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcEndpointAccessRequest.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
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)
If your initial
ListVpcEndpointAccessoperation returns anextToken, you can include the returnednextTokenin subsequentListVpcEndpointAccessoperations, which returns results in the next page.- Parameters:
nextToken- If your initialListVpcEndpointAccessoperation returns anextToken, you can include the returnednextTokenin subsequentListVpcEndpointAccessoperations, which returns results in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVpcEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVpcEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-