Interface VpcOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcOptions.Builder,,VpcOptions> SdkBuilder<VpcOptions.Builder,,VpcOptions> SdkPojo
- Enclosing class:
VpcOptions
public static interface VpcOptions.Builder
extends SdkPojo, CopyableBuilder<VpcOptions.Builder,VpcOptions>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) A list of security groups associated with the VPC endpoint.securityGroupIds(Collection<String> securityGroupIds) A list of security groups associated with the VPC endpoint.A list of subnet IDs associated with the VPC endpoint.subnetIds(Collection<String> subnetIds) A list of subnet IDs associated with the VPC endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
subnetIds
A list of subnet IDs associated with the VPC endpoint.
- Parameters:
subnetIds- A list of subnet IDs associated with the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
A list of subnet IDs associated with the VPC endpoint.
- Parameters:
subnetIds- A list of subnet IDs associated with the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of security groups associated with the VPC endpoint.
- Parameters:
securityGroupIds- A list of security groups associated with the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
A list of security groups associated with the VPC endpoint.
- Parameters:
securityGroupIds- A list of security groups associated with the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-