public static final class CfnAppProps.Builder
extends java.lang.Object
CfnAppProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAppProps |
build()
Builds the configured instance.
|
CfnAppProps.Builder |
name(java.lang.String name)
Sets the value of
CfnAppProps.getName() |
CfnAppProps.Builder |
tags(java.lang.Object tags)
Sets the value of
CfnAppProps.getTags() |
public CfnAppProps.Builder name(java.lang.String name)
CfnAppProps.getName()
name
- The display name of the application. This parameter is required.this
public CfnAppProps.Builder tags(java.lang.Object tags)
CfnAppProps.getTags()
tags
- An array of key-value pairs to apply to this resource.
For more information, see Tag .this
public CfnAppProps build()
CfnAppProps
java.lang.NullPointerException
- if any required attribute was not provided