Interface GetDomainLayoutResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDomainLayoutResponse.Builder,
,GetDomainLayoutResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetDomainLayoutResponse.Builder,
,GetDomainLayoutResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDomainLayoutResponse
-
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.A customizable layout that can be used to view data under a Customer Profiles domain.layoutDefinitionName
(String layoutDefinitionName) The unique name of the layout.layoutType
(String layoutType) The type of layout that can be used to view data under a Customer Profiles domain.layoutType
(LayoutType layoutType) The type of layout that can be used to view data under a Customer Profiles domain.The tags used to organize, track, or control access for this resource.The version used to create layout.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 the layout will not be used by default, but it can be used to view data by explicitly selecting it in the console.
- Parameters:
isDefault
- If set to true for a layout, this layout will be used by default to view data. If set to false, then the layout will not be used by default, but it can be used to view data by explicitly selecting it in the console.- 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 a Customer Profiles domain.
- Parameters:
layoutType
- The type of layout that can be used to view data under a 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 a Customer Profiles domain.
- Parameters:
layoutType
- The type of layout that can be used to view data under a Customer Profiles domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
layout
A customizable layout that can be used to view data under a Customer Profiles domain.
- Parameters:
layout
- A customizable layout that can be used to view data under a Customer Profiles domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version used to create layout.
- Parameters:
version
- The version used to create layout.- 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.
-
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.
-