@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)
A description of the application.
|
CfnApplication.Builder |
name(String name)
A name for the application.
|
CfnApplication.Builder |
tags(List<? extends CfnApplication.TagsProperty> tags)
Metadata to assign to 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.TagsProperty.Builder.@Stability(value=Stable) public CfnApplication.Builder name(String name)
name - A name for the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder description(String description)
description - A description of the application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder tags(List<? extends CfnApplication.TagsProperty> tags)
Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags - Metadata to assign to 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.