Interface VpcConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcConfig.Builder,,VpcConfig> SdkBuilder<VpcConfig.Builder,,VpcConfig> SdkPojo
- Enclosing class:
VpcConfig
@Mutable
@NotThreadSafe
public static interface VpcConfig.Builder
extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupArns(String... securityGroupArns) List of security group ARNs or IDs in the customer VPCsecurityGroupArns(Collection<String> securityGroupArns) List of security group ARNs or IDs in the customer VPCsubnetArns(String... subnetArns) List of subnet ARNs or IDs in the customer VPCsubnetArns(Collection<String> subnetArns) List of subnet ARNs or IDs in the customer VPCARN or ID of the customer VPCMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcArn
ARN or ID of the customer VPC
- Parameters:
vpcArn- ARN or ID of the customer VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
List of security group ARNs or IDs in the customer VPC
- Parameters:
securityGroupArns- List of security group ARNs or IDs in the customer VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
List of security group ARNs or IDs in the customer VPC
- Parameters:
securityGroupArns- List of security group ARNs or IDs in the customer VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetArns
List of subnet ARNs or IDs in the customer VPC
- Parameters:
subnetArns- List of subnet ARNs or IDs in the customer VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetArns
List of subnet ARNs or IDs in the customer VPC
- Parameters:
subnetArns- List of subnet ARNs or IDs in the customer VPC- Returns:
- Returns a reference to this object so that method calls can be chained together.
-