Class CfnLayout.Builder
java.lang.Object
software.amazon.awscdk.services.cases.CfnLayout.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLayout>
- Enclosing class:
CfnLayout
@Stability(Stable)
public static final class CfnLayout.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLayout>
A fluent builder for
CfnLayout.-
Method Summary
Modifier and TypeMethodDescriptionbuild()content(IResolvable content) Object to store union of different versions of layout content.content(CfnLayout.LayoutContentProperty content) Object to store union of different versions of layout content.static CfnLayout.BuilderThe 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 CfnLayout.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnLayout.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
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:
-
name
The name of the layout.- Parameters:
name- The name of the layout. 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:
-
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
-