Class CfnLicenseEndpointPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnLicenseEndpointPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLicenseEndpointPropsMixin>
- Enclosing class:
CfnLicenseEndpointPropsMixin
@Stability(Stable)
public static final class CfnLicenseEndpointPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLicenseEndpointPropsMixin>
A fluent builder for
CfnLicenseEndpointPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) securityGroupIds(List<String> securityGroupIds) The identifier of the Amazon EC2 security group that controls access to the license endpoint.Identifies the VPC subnets that can connect to a license endpoint.The tags to add to your license endpoint.The VPC (virtual private cloud) ID associated with the license endpoint.
-
Method Details
-
create
@Stability(Stable) public static CfnLicenseEndpointPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLicenseEndpointPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLicenseEndpointPropsMixin.Builder.
-
securityGroupIds
@Stability(Stable) public CfnLicenseEndpointPropsMixin.Builder securityGroupIds(List<String> securityGroupIds) The identifier of the Amazon EC2 security group that controls access to the license endpoint.- Parameters:
securityGroupIds- The identifier of the Amazon EC2 security group that controls access to the license endpoint. This parameter is required.- Returns:
this- See Also:
-
subnetIds
Identifies the VPC subnets that can connect to a license endpoint.- Parameters:
subnetIds- Identifies the VPC subnets that can connect to a license endpoint. This parameter is required.- Returns:
this- See Also:
-
tags
The tags to add to your license endpoint.Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
- Parameters:
tags- The tags to add to your license endpoint. This parameter is required.- Returns:
this- See Also:
-
vpcId
The VPC (virtual private cloud) ID associated with the license endpoint.- Parameters:
vpcId- The VPC (virtual private cloud) ID associated with the license endpoint. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLicenseEndpointPropsMixin>- Returns:
- a newly built instance of
CfnLicenseEndpointPropsMixin.
-