Interface VpcPropertiesOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcPropertiesOutput.Builder,,VpcPropertiesOutput> SdkBuilder<VpcPropertiesOutput.Builder,,VpcPropertiesOutput> SdkPojo
- Enclosing class:
VpcPropertiesOutput
@Mutable
@NotThreadSafe
public static interface VpcPropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<VpcPropertiesOutput.Builder,VpcPropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionglueConnectionNames(String... glueConnectionNames) The Amazon Web Services Glue connection names associated with the VPC connection.glueConnectionNames(Collection<String> glueConnectionNames) The Amazon Web Services Glue connection names associated with the VPC connection.securityGroupId(String securityGroupId) The security group ID of the VPC connection.The status of the VPC connection.status(ConnectionStatus status) The status of the VPC connection.The subnet IDs of the VPC connection.subnetIds(Collection<String> subnetIds) The subnet IDs of the VPC connection.The identifier 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
-
vpcId
The identifier of the VPC.
- Parameters:
vpcId- The identifier of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs of the VPC connection.
- Parameters:
subnetIds- The subnet IDs of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
The subnet IDs of the VPC connection.
- Parameters:
subnetIds- The subnet IDs of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the VPC connection.
- Parameters:
status- The status of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the VPC connection.
- Parameters:
status- The status of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
securityGroupId
The security group ID of the VPC connection.
- Parameters:
securityGroupId- The security group ID of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueConnectionNames
The Amazon Web Services Glue connection names associated with the VPC connection.
- Parameters:
glueConnectionNames- The Amazon Web Services Glue connection names associated with the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueConnectionNames
The Amazon Web Services Glue connection names associated with the VPC connection.
- Parameters:
glueConnectionNames- The Amazon Web Services Glue connection names associated with the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-