Modifier and Type | Method and Description |
---|---|
CfnApp |
build() |
static CfnApp.Builder |
create(Construct scope,
java.lang.String id) |
CfnApp.Builder |
name(java.lang.String name)
The display name of the application.
|
CfnApp.Builder |
tags(java.lang.Object tags)
An array of key-value pairs to apply to this resource.
|
public static CfnApp.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnApp.Builder
.public CfnApp.Builder name(java.lang.String name)
name
- The display name of the application. This parameter is required.this
public CfnApp.Builder tags(java.lang.Object tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnApp build()