Interface CreateVpcEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>,OpenSearchServerlessRequest.Builder,SdkBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVpcEndpointRequest
public static interface CreateVpcEndpointRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointRequest.Builder,CreateVpcEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVpcEndpointRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier to ensure idempotency of the request.CreateVpcEndpointRequest.Buildername(String name)The name of the interface endpoint.CreateVpcEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcEndpointRequest.BuildersecurityGroupIds(String... securityGroupIds)The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.CreateVpcEndpointRequest.BuildersecurityGroupIds(Collection<String> securityGroupIds)The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.CreateVpcEndpointRequest.BuildersubnetIds(String... subnetIds)The ID of one or more subnets from which you'll access OpenSearch Serverless.CreateVpcEndpointRequest.BuildersubnetIds(Collection<String> subnetIds)The ID of one or more subnets from which you'll access OpenSearch Serverless.CreateVpcEndpointRequest.BuildervpcId(String vpcId)The ID of the VPC from which you'll access OpenSearch Serverless.-
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.opensearchserverless.model.OpenSearchServerlessRequest.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
-
clientToken
CreateVpcEndpointRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateVpcEndpointRequest.Builder name(String name)
The name of the interface endpoint.
- Parameters:
name- The name of the interface endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
CreateVpcEndpointRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
- Parameters:
securityGroupIds- The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
CreateVpcEndpointRequest.Builder securityGroupIds(String... securityGroupIds)
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
- Parameters:
securityGroupIds- The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreateVpcEndpointRequest.Builder subnetIds(Collection<String> subnetIds)
The ID of one or more subnets from which you'll access OpenSearch Serverless.
- Parameters:
subnetIds- The ID of one or more subnets from which you'll access OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreateVpcEndpointRequest.Builder subnetIds(String... subnetIds)
The ID of one or more subnets from which you'll access OpenSearch Serverless.
- Parameters:
subnetIds- The ID of one or more subnets from which you'll access OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
CreateVpcEndpointRequest.Builder vpcId(String vpcId)
The ID of the VPC from which you'll access OpenSearch Serverless.
- Parameters:
vpcId- The ID of the VPC from which you'll access OpenSearch Serverless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-