Interface VpcConnectionProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VpcConnectionProperties.Builder,,VpcConnectionProperties> SdkBuilder<VpcConnectionProperties.Builder,,VpcConnectionProperties> SdkPojo
- Enclosing class:
 VpcConnectionProperties
public static interface VpcConnectionProperties.Builder
extends SdkPojo, CopyableBuilder<VpcConnectionProperties.Builder,VpcConnectionProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptionvpcConnectionArn(String vpcConnectionArn) The Amazon Resource Name (ARN) for the VPC connection.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
- 
vpcConnectionArn
The Amazon Resource Name (ARN) for the VPC connection.
- Parameters:
 vpcConnectionArn- The Amazon Resource Name (ARN) for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -