@Stability(value=Stable) public static final class CfnApplication.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication>
CfnApplication.| Modifier and Type | Method and Description |
|---|---|
CfnApplication |
build() |
static CfnApplication.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
description(String description)
The description of the application.
|
CfnApplication.Builder |
name(String name)
The name of the application.
|
CfnApplication.Builder |
tags(Map<String,String> tags)
Key-value pairs you can use to associate with the application.
|
@Stability(value=Stable) public static CfnApplication.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnApplication.Builder.@Stability(value=Stable) public CfnApplication.Builder name(String name)
The name must be unique in the region in which you are creating the application.
name - The name of the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder description(String description)
description - The description of the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder tags(Map<String,String> tags)
tags - Key-value pairs you can use to associate with the application. This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2022. All rights reserved.