Class CfnApplicationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.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.defaultKmsKeyId(String defaultKmsKeyId) Sets the value ofCfnApplicationMixinProps.getDefaultKmsKeyId()idCConfiguration(CfnApplicationPropsMixin.IdCConfigurationProperty idCConfiguration) Sets the value ofCfnApplicationMixinProps.getIdCConfiguration()idCConfiguration(IResolvable idCConfiguration) Sets the value ofCfnApplicationMixinProps.getIdCConfiguration()Sets the value ofCfnApplicationMixinProps.getRoleArn()Sets the value ofCfnApplicationMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultKmsKeyId
Sets the value ofCfnApplicationMixinProps.getDefaultKmsKeyId()- Parameters:
defaultKmsKeyId- Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.- Returns:
this
-
idCConfiguration
@Stability(Stable) public CfnApplicationMixinProps.Builder idCConfiguration(IResolvable idCConfiguration) Sets the value ofCfnApplicationMixinProps.getIdCConfiguration()- Parameters:
idCConfiguration- the value to be set.- Returns:
this
-
idCConfiguration
@Stability(Stable) public CfnApplicationMixinProps.Builder idCConfiguration(CfnApplicationPropsMixin.IdCConfigurationProperty idCConfiguration) Sets the value ofCfnApplicationMixinProps.getIdCConfiguration()- Parameters:
idCConfiguration- the value to be set.- Returns:
this
-
roleArn
Sets the value ofCfnApplicationMixinProps.getRoleArn()- Parameters:
roleArn- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnApplicationMixinProps.getTags()- Parameters:
tags- Tags for the application.- 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
-