Class CfnApplicationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.m2.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 TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The application definition for a particular application.definition(IResolvable definition) The application definition for a particular application.description(String description) The description of the application.engineType(String engineType) The type of the target platform for this application.The identifier of a customer managed key.The name of the application.The Amazon Resource Name (ARN) of the role associated with the application.An array of key-value pairs to apply to this 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.
-
definition
The application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location.For information about application definitions, see the AWS Mainframe Modernization User Guide .
- Parameters:
definition- The application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location. This parameter is required.- Returns:
this- See Also:
-
definition
@Stability(Stable) public CfnApplicationPropsMixin.Builder definition(CfnApplicationPropsMixin.DefinitionProperty definition) The application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location.For information about application definitions, see the AWS Mainframe Modernization User Guide .
- Parameters:
definition- The application definition for a particular application. You can specify either inline JSON or an Amazon S3 bucket location. This parameter is required.- Returns:
this- See Also:
-
description
The description of the application.- Parameters:
description- The description of the application. This parameter is required.- Returns:
this- See Also:
-
engineType
The type of the target platform for this application.- Parameters:
engineType- The type of the target platform for this application. This parameter is required.- Returns:
this- See Also:
-
kmsKeyId
The identifier of a customer managed key.- Parameters:
kmsKeyId- The identifier of a customer managed key. This parameter is required.- Returns:
this- See Also:
-
name
The name of the application.- Parameters:
name- The name of the application. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the role associated with the application.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the role associated with the application. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this 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.
-