Interface LayoutItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LayoutItem.Builder,
,LayoutItem> SdkBuilder<LayoutItem.Builder,
,LayoutItem> SdkPojo
- Enclosing class:
LayoutItem
@Mutable
@NotThreadSafe
public static interface LayoutItem.Builder
extends SdkPojo, CopyableBuilder<LayoutItem.Builder,LayoutItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the layout was created.description
(String description) The description of the layoutdisplayName
(String displayName) The display name of the layoutIf set to true for a layout, this layout will be used by default to view data.lastUpdatedAt
(Instant lastUpdatedAt) The timestamp of when the layout was most recently updated.layoutDefinitionName
(String layoutDefinitionName) The unique name of the layout.layoutType
(String layoutType) The type of layout that can be used to view data under customer profiles domain.layoutType
(LayoutType layoutType) The type of layout that can be used to view data under customer profiles domain.The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
layoutDefinitionName
The unique name of the layout.
- Parameters:
layoutDefinitionName
- The unique name of the layout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the layout
- Parameters:
description
- The description of the layout- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the layout
- Parameters:
displayName
- The display name of the layout- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefault
If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.
- Parameters:
isDefault
- If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layoutType
The type of layout that can be used to view data under customer profiles domain.
- Parameters:
layoutType
- The type of layout that can be used to view data under customer profiles domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layoutType
The type of layout that can be used to view data under customer profiles domain.
- Parameters:
layoutType
- The type of layout that can be used to view data under customer profiles domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the layout was created.
- Parameters:
createdAt
- The timestamp of when the layout was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The timestamp of when the layout was most recently updated.
- Parameters:
lastUpdatedAt
- The timestamp of when the layout was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-