Interface Vpc.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Vpc.Builder,,Vpc> SdkBuilder<Vpc.Builder,,Vpc> SdkPojo
- Enclosing class:
Vpc
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroups(String... securityGroups) The security groups for the connector.securityGroups(Collection<String> securityGroups) The security groups for the connector.The subnets for the connector.subnets(Collection<String> subnets) The subnets for the connector.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
-
securityGroups
The security groups for the connector.
- Parameters:
securityGroups- The security groups for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
The security groups for the connector.
- Parameters:
securityGroups- The security groups for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The subnets for the connector.
- Parameters:
subnets- The subnets for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
The subnets for the connector.
- Parameters:
subnets- The subnets for the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-