Interface VpcConfigResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcConfigResponse.Builder,,VpcConfigResponse> SdkBuilder<VpcConfigResponse.Builder,,VpcConfigResponse> SdkPojo
- Enclosing class:
VpcConfigResponse
@Mutable
@NotThreadSafe
public static interface VpcConfigResponse.Builder
extends SdkPojo, CopyableBuilder<VpcConfigResponse.Builder,VpcConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsecurityGroupIds(String... securityGroupIds) List of security group IDs.securityGroupIds(Collection<String> securityGroupIds) List of security group IDs.List of subnet IDs.subnetIds(Collection<String> subnetIds) List of subnet IDs.VPC ID computed from the provided subnet IDs.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
-
securityGroupIds
List of security group IDs.
- Parameters:
securityGroupIds- List of security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
List of security group IDs.
- Parameters:
securityGroupIds- List of security group IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
List of subnet IDs.
- Parameters:
subnetIds- List of subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
List of subnet IDs.
- Parameters:
subnetIds- List of subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
VPC ID computed from the provided subnet IDs.
- Parameters:
vpcId- VPC ID computed from the provided subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-