Class CfnSystemMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnSystemMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSystemMixinProps>
- Enclosing interface:
CfnSystemMixinProps
@Stability(Stable)
public static final class CfnSystemMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSystemMixinProps>
A builder for
CfnSystemMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnSystemMixinProps.getDescription()Sets the value ofCfnSystemMixinProps.getKmsKeyId()Sets the value ofCfnSystemMixinProps.getName()Sets the value ofCfnSystemMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnSystemMixinProps.getDescription()- Parameters:
description- The description of the system.- Returns:
this
-
kmsKeyId
Sets the value ofCfnSystemMixinProps.getKmsKeyId()- Parameters:
kmsKeyId- The KMS key ID for encrypting system data.- Returns:
this
-
name
Sets the value ofCfnSystemMixinProps.getName()- Parameters:
name- The name of the system.- Returns:
this
-
tags
Sets the value ofCfnSystemMixinProps.getTags()- Parameters:
tags- Tags assigned to the system.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSystemMixinProps>- Returns:
- a new instance of
CfnSystemMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-