@Stability(value=Stable) public static final class CfnApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationProps>
CfnApplicationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationProps |
build()
Builds the configured instance.
|
CfnApplicationProps.Builder |
description(String description)
Sets the value of
CfnApplicationProps.getDescription() |
CfnApplicationProps.Builder |
name(String name)
Sets the value of
CfnApplicationProps.getName() |
CfnApplicationProps.Builder |
tags(List<? extends CfnApplication.TagsProperty> tags)
Sets the value of
CfnApplicationProps.getTags() |
@Stability(value=Stable) public CfnApplicationProps.Builder name(String name)
CfnApplicationProps.getName()name - A name for the application. This parameter is required.this@Stability(value=Stable) public CfnApplicationProps.Builder description(String description)
CfnApplicationProps.getDescription()description - A description of the application.this@Stability(value=Stable) public CfnApplicationProps.Builder tags(List<? extends CfnApplication.TagsProperty> tags)
CfnApplicationProps.getTags()tags - Metadata to assign to the application.
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 CfnApplicationProps build()
build in interface software.amazon.jsii.Builder<CfnApplicationProps>CfnApplicationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.