@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.Builder |
applicationDescription(String applicationDescription)
An optional description of the web application.
|
CfnApplication.Builder |
applicationName(String applicationName)
The name of the web application.
|
CfnApplication |
build() |
static CfnApplication.Builder |
create(software.constructs.Construct scope,
String id) |
CfnApplication.Builder |
roleArn(String roleArn)
The ARN of the role that the web application assumes when it interacts with AWS IoT Core .
|
CfnApplication.Builder |
tags(List<? extends CfnTag> tags)
A set of key/value pairs that you can use to manage the web application resource.
|
@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.Builder.@Stability(value=Stable) public CfnApplication.Builder applicationName(String applicationName)
applicationName - The name of the web application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder roleArn(String roleArn)
The name of the role must be in the form
FleetHub_random_string.
Pattern: ^arn:[!-~]+$
roleArn - The ARN of the role that the web application assumes when it interacts with AWS IoT Core . This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder applicationDescription(String applicationDescription)
applicationDescription - An optional description of the web application. This parameter is required.this@Stability(value=Stable) public CfnApplication.Builder tags(List<? extends CfnTag> tags)
tags - A set of key/value pairs that you can use to manage the web application resource. This parameter is required.this@Stability(value=Stable) public CfnApplication build()
build in interface software.amazon.jsii.Builder<CfnApplication>Copyright © 2022. All rights reserved.