Class CfnTestGridProjectPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnTestGridProjectPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestGridProjectPropsMixin>
- Enclosing class:
CfnTestGridProjectPropsMixin
@Stability(Stable)
public static final class CfnTestGridProjectPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestGridProjectPropsMixin>
A fluent builder for
CfnTestGridProjectPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A human-readable description for the project.A human-readable name for the project.An array of key-value pairs to apply to this resource.The VPC security groups and subnets that are attached to a project.vpcConfig(IResolvable vpcConfig) The VPC security groups and subnets that are attached to a project.
-
Method Details
-
create
@Stability(Stable) public static CfnTestGridProjectPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTestGridProjectPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTestGridProjectPropsMixin.Builder.
-
description
A human-readable description for the project.- Parameters:
description- A human-readable description for the project. This parameter is required.- Returns:
this- See Also:
-
name
A human-readable name for the project.- Parameters:
name- A human-readable name for the project. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
vpcConfig
The VPC security groups and subnets that are attached to a project.- Parameters:
vpcConfig- The VPC security groups and subnets that are attached to a project. This parameter is required.- Returns:
this- See Also:
-
vpcConfig
@Stability(Stable) public CfnTestGridProjectPropsMixin.Builder vpcConfig(CfnTestGridProjectPropsMixin.VpcConfigProperty vpcConfig) The VPC security groups and subnets that are attached to a project.- Parameters:
vpcConfig- The VPC security groups and subnets that are attached to a project. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestGridProjectPropsMixin>- Returns:
- a newly built instance of
CfnTestGridProjectPropsMixin.
-