@Stability(value=Stable) public static final class CfnEnvironment.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironment>
CfnEnvironment.| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment |
build() |
static CfnEnvironment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEnvironment.Builder |
description(String description)
A description of the environment.
|
CfnEnvironment.Builder |
name(String name)
The name of the environment.
|
CfnEnvironment.Builder |
networkFabricType(String networkFabricType)
The network fabric type of the environment.
|
CfnEnvironment.Builder |
tags(List<? extends CfnTag> tags)
The tags assigned to the environment.
|
@Stability(value=Stable) public static CfnEnvironment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEnvironment.Builder.@Stability(value=Stable) public CfnEnvironment.Builder description(String description)
description - A description of the environment. This parameter is required.this@Stability(value=Stable) public CfnEnvironment.Builder name(String name)
name - The name of the environment. This parameter is required.this@Stability(value=Stable) public CfnEnvironment.Builder networkFabricType(String networkFabricType)
networkFabricType - The network fabric type of the environment. This parameter is required.this@Stability(value=Stable) public CfnEnvironment.Builder tags(List<? extends CfnTag> tags)
tags - The tags assigned to the environment. This parameter is required.this@Stability(value=Stable) public CfnEnvironment build()
build in interface software.amazon.jsii.Builder<CfnEnvironment>Copyright © 2022. All rights reserved.