Class CfnVPCConnectionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnVPCConnectionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPCConnectionPropsMixin>
- Enclosing class:
CfnVPCConnectionPropsMixin
@Stability(Stable)
public static final class CfnVPCConnectionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPCConnectionPropsMixin>
A fluent builder for
CfnVPCConnectionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionavailabilityStatus(String availabilityStatus) The availability status of the VPC connection.awsAccountId(String awsAccountId) The AWS account ID of the account where you want to create a new VPC connection.build()create()create(CfnPropertyMixinOptions options) dnsResolvers(List<String> dnsResolvers) A list of IP addresses of DNS resolver endpoints for the VPC connection.The display name for the VPC connection.The ARN of the IAM role associated with the VPC connection.securityGroupIds(List<String> securityGroupIds) The Amazon EC2 security group IDs associated with the VPC connection.A list of subnet IDs for the VPC connection.A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.vpcConnectionId(String vpcConnectionId) The ID of the VPC connection that you're creating.
-
Method Details
-
create
@Stability(Stable) public static CfnVPCConnectionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVPCConnectionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVPCConnectionPropsMixin.Builder.
-
availabilityStatus
@Stability(Stable) public CfnVPCConnectionPropsMixin.Builder availabilityStatus(String availabilityStatus) The availability status of the VPC connection.- Parameters:
availabilityStatus- The availability status of the VPC connection. This parameter is required.- Returns:
this- See Also:
-
awsAccountId
The AWS account ID of the account where you want to create a new VPC connection.- Parameters:
awsAccountId- The AWS account ID of the account where you want to create a new VPC connection. This parameter is required.- Returns:
this- See Also:
-
dnsResolvers
@Stability(Stable) public CfnVPCConnectionPropsMixin.Builder dnsResolvers(List<String> dnsResolvers) A list of IP addresses of DNS resolver endpoints for the VPC connection.- Parameters:
dnsResolvers- A list of IP addresses of DNS resolver endpoints for the VPC connection. This parameter is required.- Returns:
this- See Also:
-
name
The display name for the VPC connection.- Parameters:
name- The display name for the VPC connection. This parameter is required.- Returns:
this- See Also:
-
roleArn
The ARN of the IAM role associated with the VPC connection.- Parameters:
roleArn- The ARN of the IAM role associated with the VPC connection. This parameter is required.- Returns:
this- See Also:
-
securityGroupIds
@Stability(Stable) public CfnVPCConnectionPropsMixin.Builder securityGroupIds(List<String> securityGroupIds) The Amazon EC2 security group IDs associated with the VPC connection.- Parameters:
securityGroupIds- The Amazon EC2 security group IDs associated with the VPC connection. This parameter is required.- Returns:
this- See Also:
-
subnetIds
A list of subnet IDs for the VPC connection.- Parameters:
subnetIds- A list of subnet IDs for the VPC connection. This parameter is required.- Returns:
this- See Also:
-
tags
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.- Parameters:
tags- A map of the key-value pairs for the resource tag or tags assigned to the VPC connection. This parameter is required.- Returns:
this- See Also:
-
vpcConnectionId
@Stability(Stable) public CfnVPCConnectionPropsMixin.Builder vpcConnectionId(String vpcConnectionId) The ID of the VPC connection that you're creating.This ID is a unique identifier for each AWS Region in an AWS account.
- Parameters:
vpcConnectionId- The ID of the VPC connection that you're creating. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVPCConnectionPropsMixin>- Returns:
- a newly built instance of
CfnVPCConnectionPropsMixin.
-