@Stability(value=Stable) public static final class CfnApplicationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationProps>
CfnApplicationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationProps.Builder |
applicationDescription(String applicationDescription)
Sets the value of
CfnApplicationProps.getApplicationDescription() |
CfnApplicationProps.Builder |
applicationName(String applicationName)
Sets the value of
CfnApplicationProps.getApplicationName() |
CfnApplicationProps |
build()
Builds the configured instance.
|
CfnApplicationProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnApplicationProps.getRoleArn() |
CfnApplicationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnApplicationProps.getTags() |
@Stability(value=Stable) public CfnApplicationProps.Builder applicationName(String applicationName)
CfnApplicationProps.getApplicationName()
applicationName
- The name of the web application. This parameter is required.this
@Stability(value=Stable) public CfnApplicationProps.Builder roleArn(String roleArn)
CfnApplicationProps.getRoleArn()
roleArn
- The ARN of the role that the web application assumes when it interacts with AWS IoT Core . This parameter is required.
The name of the role must be in the form
FleetHub_random_string
.
Pattern: ^arn:[!-~]+$
this
@Stability(value=Stable) public CfnApplicationProps.Builder applicationDescription(String applicationDescription)
CfnApplicationProps.getApplicationDescription()
applicationDescription
- An optional description of the web application.this
@Stability(value=Stable) public CfnApplicationProps.Builder tags(List<? extends CfnTag> tags)
CfnApplicationProps.getTags()
tags
- A set of key/value pairs that you can use to manage the web application resource.this
@Stability(value=Stable) public CfnApplicationProps build()
build
in interface software.amazon.jsii.Builder<CfnApplicationProps>
CfnApplicationProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.