@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(Map<String,String> tags)
Sets the value of
CfnApplicationProps.getTags() |
@Stability(value=Stable) public CfnApplicationProps.Builder name(String name)
CfnApplicationProps.getName()name - The name of the application. This parameter is required.
The name must be unique in the region in which you are creating the application.this@Stability(value=Stable) public CfnApplicationProps.Builder description(String description)
CfnApplicationProps.getDescription()description - The description of the application.this@Stability(value=Stable) public CfnApplicationProps.Builder tags(Map<String,String> tags)
CfnApplicationProps.getTags()tags - Key-value pairs you can use to associate with the application.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.