Class CfnTestGridProject.Builder
java.lang.Object
software.amazon.awscdk.services.devicefarm.CfnTestGridProject.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestGridProject>
- Enclosing class:
CfnTestGridProject
@Stability(Stable)
public static final class CfnTestGridProject.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestGridProject>
A fluent builder for
CfnTestGridProject
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnTestGridProject.Builder
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.vpcConfig
(IResolvable vpcConfig) The VPC security groups and subnets that are attached to a project.vpcConfig
(CfnTestGridProject.VpcConfigProperty vpcConfig) The VPC security groups and subnets that are attached to a project.
-
Method Details
-
create
@Stability(Stable) public static CfnTestGridProject.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTestGridProject.Builder
.
-
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:
-
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:
-
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 CfnTestGridProject.Builder vpcConfig(CfnTestGridProject.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTestGridProject>
- Returns:
- a newly built instance of
CfnTestGridProject
.
-