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) The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.securityGroupArns(Collection<String> securityGroupArns) The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.subnetArns(String... subnetArns) The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.subnetArns(Collection<String> subnetArns) The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.The Amazon Resource Name (ARN) of the VPC.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, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcArn
The Amazon Resource Name (ARN) of the VPC.
- Parameters:
vpcArn- The Amazon Resource Name (ARN) of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.
- Parameters:
securityGroupArns- The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.
- Parameters:
securityGroupArns- The Amazon Resource Names (ARNs) of the security groups for the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetArns
The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.
- Parameters:
subnetArns- The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetArns
The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.
- Parameters:
subnetArns- The Amazon Resource Names (ARNs) of the subnets for the VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-