Class CfnLayoutPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnLayoutPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayoutPropsMixin>
- Enclosing class:
CfnLayoutPropsMixin
@Stability(Stable)
public static final class CfnLayoutPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayoutPropsMixin>
A fluent builder for
CfnLayoutPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Object to store union of different versions of layout content.content(IResolvable content) Object to store union of different versions of layout content.static CfnLayoutPropsMixin.Buildercreate()static CfnLayoutPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The unique identifier of the Cases domain.The name of the layout.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnLayoutPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnLayoutPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnLayoutPropsMixin.Builder.
-
content
Object to store union of different versions of layout content.- Parameters:
content- Object to store union of different versions of layout content. This parameter is required.- Returns:
this- See Also:
-
content
@Stability(Stable) public CfnLayoutPropsMixin.Builder content(CfnLayoutPropsMixin.LayoutContentProperty content) Object to store union of different versions of layout content.- Parameters:
content- Object to store union of different versions of layout content. This parameter is required.- Returns:
this- See Also:
-
domainId
The unique identifier of the Cases domain.- Parameters:
domainId- The unique identifier of the Cases domain. This parameter is required.- Returns:
this- See Also:
-
name
The name of the layout.- Parameters:
name- The name of the layout. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- 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<CfnLayoutPropsMixin>- Returns:
- a newly built instance of
CfnLayoutPropsMixin.
-