Class CfnApplication.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalogappregistry.CfnApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplication>
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static final class CfnApplication.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplication>
A fluent builder for
CfnApplication.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnApplication.Builderdescription(String description) The description of the application.The name of the application.Key-value pairs you can use to associate with the application.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnApplication.Builder.
-
name
The name of the application.The name must be unique in the region in which you are creating the application.
- Parameters:
name- The name of the application. This parameter is required.- Returns:
this
-
description
The description of the application.- Parameters:
description- The description of the application. This parameter is required.- Returns:
this
-
tags
Key-value pairs you can use to associate with the application.- Parameters:
tags- Key-value pairs you can use to associate with the application. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplication>- Returns:
- a newly built instance of
CfnApplication.
-