public static interface CreateVpcEndpointRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcEndpointRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
CreateVpcEndpointRequest.Builder |
domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain to create the endpoint for.
|
CreateVpcEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateVpcEndpointRequest.Builder |
vpcOptions(Consumer<VPCOptions.Builder> vpcOptions)
Options to specify the subnets and security groups for the endpoint.
|
CreateVpcEndpointRequest.Builder |
vpcOptions(VPCOptions vpcOptions)
Options to specify the subnets and security groups for the endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcEndpointRequest.Builder domainArn(String domainArn)
The Amazon Resource Name (ARN) of the domain to create the endpoint for.
domainArn - The Amazon Resource Name (ARN) of the domain to create the endpoint for.CreateVpcEndpointRequest.Builder vpcOptions(VPCOptions vpcOptions)
Options to specify the subnets and security groups for the endpoint.
vpcOptions - Options to specify the subnets and security groups for the endpoint.default CreateVpcEndpointRequest.Builder vpcOptions(Consumer<VPCOptions.Builder> vpcOptions)
Options to specify the subnets and security groups for the endpoint.
This is a convenience method that creates an instance of theVPCOptions.Builder avoiding the need to
create one manually via VPCOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpcOptions(VPCOptions).
vpcOptions - a consumer that will call methods on VPCOptions.BuildervpcOptions(VPCOptions)CreateVpcEndpointRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.CreateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.