Class CfnLayoutMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayoutMixinProps>
- Enclosing interface:
CfnLayoutMixinProps
@Stability(Stable)
public static final class CfnLayoutMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayoutMixinProps>
A builder for
CfnLayoutMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnLayoutMixinProps.getContent()content(IResolvable content) Sets the value ofCfnLayoutMixinProps.getContent()Sets the value ofCfnLayoutMixinProps.getDomainId()Sets the value ofCfnLayoutMixinProps.getName()Sets the value ofCfnLayoutMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
Sets the value ofCfnLayoutMixinProps.getContent()- Parameters:
content- Object to store union of different versions of layout content.- Returns:
this
-
content
@Stability(Stable) public CfnLayoutMixinProps.Builder content(CfnLayoutPropsMixin.LayoutContentProperty content) Sets the value ofCfnLayoutMixinProps.getContent()- Parameters:
content- Object to store union of different versions of layout content.- Returns:
this
-
domainId
Sets the value ofCfnLayoutMixinProps.getDomainId()- Parameters:
domainId- The unique identifier of the Cases domain.- Returns:
this
-
name
Sets the value ofCfnLayoutMixinProps.getName()- Parameters:
name- The name of the layout.- Returns:
this
-
tags
Sets the value ofCfnLayoutMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLayoutMixinProps>- Returns:
- a new instance of
CfnLayoutMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-