public static final class CfnApplication.Builder
extends java.lang.Object
CfnApplication
.Modifier and Type | Method and Description |
---|---|
CfnApplication |
build() |
static CfnApplication.Builder |
create(Construct scope,
java.lang.String id) |
CfnApplication.Builder |
description(java.lang.String description)
The description of the application.
|
CfnApplication.Builder |
name(java.lang.String name)
The name of the application.
|
CfnApplication.Builder |
tags(java.util.Map<java.lang.String,java.lang.String> tags)
Key-value pairs you can use to associate with the application.
|
public static CfnApplication.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.CfnApplication.Builder
.public CfnApplication.Builder name(java.lang.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
public CfnApplication.Builder description(java.lang.String description)
description
- The description of the application. This parameter is required.this
public CfnApplication.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
tags
- Key-value pairs you can use to associate with the application. This parameter is required.this
public CfnApplication build()