public static final class CfnEnvironmentProps.Builder
extends java.lang.Object
CfnEnvironmentProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEnvironmentProps |
build()
Builds the configured instance.
|
CfnEnvironmentProps.Builder |
description(java.lang.String description)
Sets the value of
CfnEnvironmentProps.getDescription() |
CfnEnvironmentProps.Builder |
name(java.lang.String name)
Sets the value of
CfnEnvironmentProps.getName() |
CfnEnvironmentProps.Builder |
networkFabricType(java.lang.String networkFabricType)
Sets the value of
CfnEnvironmentProps.getNetworkFabricType() |
CfnEnvironmentProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnEnvironmentProps.getTags() |
public CfnEnvironmentProps.Builder description(java.lang.String description)
CfnEnvironmentProps.getDescription()
description
- A description of the environment.this
public CfnEnvironmentProps.Builder name(java.lang.String name)
CfnEnvironmentProps.getName()
name
- The name of the environment.this
public CfnEnvironmentProps.Builder networkFabricType(java.lang.String networkFabricType)
CfnEnvironmentProps.getNetworkFabricType()
networkFabricType
- The network fabric type of the environment.this
public CfnEnvironmentProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnEnvironmentProps.getTags()
tags
- The tags assigned to the environment.this
public CfnEnvironmentProps build()
CfnEnvironmentProps
java.lang.NullPointerException
- if any required attribute was not provided