Class CfnApplicationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotfleethub.CfnApplicationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin>
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static final class CfnApplicationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin>
A fluent builder for
CfnApplicationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationDescription(String applicationDescription) An optional description of the web application.applicationName(String applicationName) The name of the web application.build()create()create(CfnPropertyMixinOptions options) The ARN of the role that the web application assumes when it interacts with AWS IoT Core .A set of key/value pairs that you can use to manage the web application resource.
-
Method Details
-
create
@Stability(Stable) public static CfnApplicationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnApplicationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnApplicationPropsMixin.Builder.
-
applicationDescription
@Stability(Stable) public CfnApplicationPropsMixin.Builder applicationDescription(String applicationDescription) An optional description of the web application.- Parameters:
applicationDescription- An optional description of the web application. This parameter is required.- Returns:
this- See Also:
-
applicationName
The name of the web application.- Parameters:
applicationName- The name of the web application. This parameter is required.- Returns:
this- See Also:
-
roleArn
The ARN of the role that the web application assumes when it interacts with AWS IoT Core .The name of the role must be in the form
FleetHub_random_string.Pattern:
^arn:[!-~]+$- Parameters:
roleArn- The ARN of the role that the web application assumes when it interacts with AWS IoT Core . This parameter is required.- Returns:
this- See Also:
-
tags
A set of key/value pairs that you can use to manage the web application resource.- Parameters:
tags- A set of key/value pairs that you can use to manage the web application resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationPropsMixin>- Returns:
- a newly built instance of
CfnApplicationPropsMixin.
-