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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcConnectionProperties.BuildervpcConnectionArn(String vpcConnectionArn)The Amazon Resource Name (ARN) for the VPC connection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
vpcConnectionArn
VpcConnectionProperties.Builder vpcConnectionArn(String 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.
-
-