Interface AuthorizeVpcEndpointAccessRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AuthorizeVpcEndpointAccessRequest.Builder,
,AuthorizeVpcEndpointAccessRequest> OpenSearchRequest.Builder
,SdkBuilder<AuthorizeVpcEndpointAccessRequest.Builder,
,AuthorizeVpcEndpointAccessRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AuthorizeVpcEndpointAccessRequest
@Mutable
@NotThreadSafe
public static interface AuthorizeVpcEndpointAccessRequest.Builder
extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<AuthorizeVpcEndpointAccessRequest.Builder,AuthorizeVpcEndpointAccessRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID to grant access to.domainName
(String domainName) The name of the OpenSearch Service domain to provide access to.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Web Services service SP to grant access to.service
(AWSServicePrincipal service) The Amazon Web Services service SP to grant access to.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 Details
-
domainName
The name of the OpenSearch Service domain to provide access to.
- Parameters:
domainName
- The name of the OpenSearch Service domain to provide access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
account
The Amazon Web Services account ID to grant access to.
- Parameters:
account
- The Amazon Web Services account ID to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
The Amazon Web Services service SP to grant access to.
- Parameters:
service
- The Amazon Web Services service SP to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
service
The Amazon Web Services service SP to grant access to.
- Parameters:
service
- The Amazon Web Services service SP to grant access to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AuthorizeVpcEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AuthorizeVpcEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-