Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.m2.CfnApplicationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationMixinProps>
- Enclosing interface:
CfnApplicationMixinProps
@Stability(Stable)
public static final class CfnApplicationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationMixinProps>
A builder for
CfnApplicationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationMixinProps.getDefinition()definition(IResolvable definition) Sets the value ofCfnApplicationMixinProps.getDefinition()description(String description) Sets the value ofCfnApplicationMixinProps.getDescription()engineType(String engineType) Sets the value ofCfnApplicationMixinProps.getEngineType()Sets the value ofCfnApplicationMixinProps.getKmsKeyId()Sets the value ofCfnApplicationMixinProps.getName()Sets the value ofCfnApplicationMixinProps.getRoleArn()Sets the value ofCfnApplicationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
definition
Sets the value ofCfnApplicationMixinProps.getDefinition()- Parameters:
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 .- Returns:
this
-
definition
@Stability(Stable) public CfnApplicationMixinProps.Builder definition(CfnApplicationPropsMixin.DefinitionProperty definition) Sets the value ofCfnApplicationMixinProps.getDefinition()- Parameters:
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 .- Returns:
this
-
description
Sets the value ofCfnApplicationMixinProps.getDescription()- Parameters:
description- The description of the application.- Returns:
this
-
engineType
Sets the value ofCfnApplicationMixinProps.getEngineType()- Parameters:
engineType- The type of the target platform for this application.- Returns:
this
-
kmsKeyId
Sets the value ofCfnApplicationMixinProps.getKmsKeyId()- Parameters:
kmsKeyId- The identifier of a customer managed key.- Returns:
this
-
name
Sets the value ofCfnApplicationMixinProps.getName()- Parameters:
name- The name of the application.- Returns:
this
-
roleArn
Sets the value ofCfnApplicationMixinProps.getRoleArn()- Parameters:
roleArn- The Amazon Resource Name (ARN) of the role associated with the application.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationMixinProps>- Returns:
- a new instance of
CfnApplicationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-