Interface RevokeVpcEndpointAccessRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RevokeVpcEndpointAccessRequest.Builder,RevokeVpcEndpointAccessRequest>
,ElasticsearchRequest.Builder
,SdkBuilder<RevokeVpcEndpointAccessRequest.Builder,RevokeVpcEndpointAccessRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RevokeVpcEndpointAccessRequest
public static interface RevokeVpcEndpointAccessRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<RevokeVpcEndpointAccessRequest.Builder,RevokeVpcEndpointAccessRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevokeVpcEndpointAccessRequest.Builder
account(String account)
The account ID to revoke access from.RevokeVpcEndpointAccessRequest.Builder
domainName(String domainName)
The name of the OpenSearch Service domain.RevokeVpcEndpointAccessRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RevokeVpcEndpointAccessRequest.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
RevokeVpcEndpointAccessRequest.Builder domainName(String domainName)
The name of the OpenSearch Service domain.
- Parameters:
domainName
- The name of the OpenSearch Service domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
account
RevokeVpcEndpointAccessRequest.Builder account(String account)
The account ID to revoke access from.
- Parameters:
account
- The account ID to revoke access from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RevokeVpcEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RevokeVpcEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-