@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
- `AWS::AppConfig::Environment.ApplicationId`. This parameter is required.this
@Stability(value=Stable) public CfnEnvironmentProps.Builder name(String name)
CfnEnvironmentProps.getName()
name
- `AWS::AppConfig::Environment.Name`. This parameter is required.this
@Stability(value=Stable) public CfnEnvironmentProps.Builder description(String description)
CfnEnvironmentProps.getDescription()
description
- `AWS::AppConfig::Environment.Description`.this
@Stability(value=Stable) public CfnEnvironmentProps.Builder monitors(IResolvable monitors)
CfnEnvironmentProps.getMonitors()
monitors
- `AWS::AppConfig::Environment.Monitors`.this
@Stability(value=Stable) public CfnEnvironmentProps.Builder monitors(List<? extends Object> monitors)
CfnEnvironmentProps.getMonitors()
monitors
- `AWS::AppConfig::Environment.Monitors`.this
@Stability(value=Stable) public CfnEnvironmentProps.Builder tags(List<? extends CfnEnvironment.TagsProperty> tags)
CfnEnvironmentProps.getTags()
tags
- `AWS::AppConfig::Environment.Tags`.this
@Stability(value=Stable) public CfnEnvironmentProps build()
build
in interface software.amazon.jsii.Builder<CfnEnvironmentProps>
CfnEnvironmentProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.