Class CfnEnvironmentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnEnvironmentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentPropsMixin>
- Enclosing class:
CfnEnvironmentPropsMixin
@Stability(Stable)
public static final class CfnEnvironmentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentPropsMixin>
A fluent builder for
CfnEnvironmentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(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
@Stability(Stable) public static CfnEnvironmentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEnvironmentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEnvironmentPropsMixin.Builder.
-
description
A description of the environment.- Parameters:
description- A description of the environment. This parameter is required.- Returns:
this- See Also:
-
name
The name of the environment.- Parameters:
name- The name of the environment. This parameter is required.- Returns:
this- See Also:
-
networkFabricType
@Stability(Stable) public CfnEnvironmentPropsMixin.Builder networkFabricType(String networkFabricType) The network fabric type of the environment.- Parameters:
networkFabricType- The network fabric type of the environment. This parameter is required.- Returns:
this- See Also:
-
tags
The tags assigned to the environment.- Parameters:
tags- The tags assigned to the environment. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentPropsMixin>- Returns:
- a newly built instance of
CfnEnvironmentPropsMixin.
-