@Stability(value=Stable) public static final class CfnEnvironmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironmentProps>
CfnEnvironmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironmentProps |
build()
Builds the configured instance.
|
CfnEnvironmentProps.Builder |
description(String description)
Sets the value of
CfnEnvironmentProps.getDescription() |
CfnEnvironmentProps.Builder |
name(String name)
Sets the value of
CfnEnvironmentProps.getName() |
CfnEnvironmentProps.Builder |
networkFabricType(String networkFabricType)
Sets the value of
CfnEnvironmentProps.getNetworkFabricType() |
CfnEnvironmentProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnEnvironmentProps.getTags() |
@Stability(value=Stable) public CfnEnvironmentProps.Builder description(String description)
CfnEnvironmentProps.getDescription()description - A description of the environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder name(String name)
CfnEnvironmentProps.getName()name - The name of the environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder networkFabricType(String networkFabricType)
CfnEnvironmentProps.getNetworkFabricType()networkFabricType - The network fabric type of the environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder tags(List<? extends CfnTag> tags)
CfnEnvironmentProps.getTags()tags - The tags assigned to the environment.this@Stability(value=Stable) public CfnEnvironmentProps build()
build in interface software.amazon.jsii.Builder<CfnEnvironmentProps>CfnEnvironmentPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.