Class CfnEnvironment.Builder
java.lang.Object
software.amazon.awscdk.services.refactorspaces.CfnEnvironment.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironment>
- Enclosing class:
- CfnEnvironment
@Stability(Stable)
public static final class CfnEnvironment.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironment>
A fluent builder for
CfnEnvironment.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnEnvironment.Builderdescription(String description) A description of the environment.The name of the environment.networkFabricType(String networkFabricType) The network fabric type of the environment.The tags assigned to the environment.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnEnvironment.Builder.
-
name
The name of the environment.- Parameters:
name- The name of the environment. This parameter is required.- Returns:
this
-
networkFabricType
The network fabric type of the environment.- Parameters:
networkFabricType- The network fabric type of the environment. This parameter is required.- Returns:
this
-
description
A description of the environment.- Parameters:
description- A description of the environment. This parameter is required.- Returns:
this
-
tags
The tags assigned to the environment.- Parameters:
tags- The tags assigned to the environment. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironment>- Returns:
- a newly built instance of
CfnEnvironment.
-