@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.Builder |
applicationId(String applicationId)
Sets the value of
CfnEnvironmentProps.getApplicationId() |
CfnEnvironmentProps |
build()
Builds the configured instance.
|
CfnEnvironmentProps.Builder |
description(String description)
Sets the value of
CfnEnvironmentProps.getDescription() |
CfnEnvironmentProps.Builder |
monitors(IResolvable monitors)
Sets the value of
CfnEnvironmentProps.getMonitors() |
CfnEnvironmentProps.Builder |
monitors(List<? extends Object> monitors)
Sets the value of
CfnEnvironmentProps.getMonitors() |
CfnEnvironmentProps.Builder |
name(String name)
Sets the value of
CfnEnvironmentProps.getName() |
CfnEnvironmentProps.Builder |
tags(List<? extends CfnEnvironment.TagsProperty> tags)
Sets the value of
CfnEnvironmentProps.getTags() |
@Stability(value=Stable) public CfnEnvironmentProps.Builder applicationId(String applicationId)
CfnEnvironmentProps.getApplicationId()applicationId - The application ID. This parameter is required.this@Stability(value=Stable) public CfnEnvironmentProps.Builder name(String name)
CfnEnvironmentProps.getName()name - A name for the environment. This parameter is required.this@Stability(value=Stable) public CfnEnvironmentProps.Builder description(String description)
CfnEnvironmentProps.getDescription()description - A description of the environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder monitors(IResolvable monitors)
CfnEnvironmentProps.getMonitors()monitors - Amazon CloudWatch alarms to monitor during the deployment process.this@Stability(value=Stable) public CfnEnvironmentProps.Builder monitors(List<? extends Object> monitors)
CfnEnvironmentProps.getMonitors()monitors - Amazon CloudWatch alarms to monitor during the deployment process.this@Stability(value=Stable) public CfnEnvironmentProps.Builder tags(List<? extends CfnEnvironment.TagsProperty> tags)
CfnEnvironmentProps.getTags()tags - Metadata to assign to the environment.
Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.this@Stability(value=Stable) public CfnEnvironmentProps build()
build in interface software.amazon.jsii.Builder<CfnEnvironmentProps>CfnEnvironmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.