Interface UpdateDomainLayoutRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDomainLayoutRequest.Builder,
,UpdateDomainLayoutRequest> CustomerProfilesRequest.Builder
,SdkBuilder<UpdateDomainLayoutRequest.Builder,
,UpdateDomainLayoutRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDomainLayoutRequest
@Mutable
@NotThreadSafe
public static interface UpdateDomainLayoutRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainLayoutRequest.Builder,UpdateDomainLayoutRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the layoutdisplayName
(String displayName) The display name of the layoutdomainName
(String domainName) The unique name of the domain.If set to true for a layout, this layout will be used by default to view data.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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
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
-
domainName
The unique name of the domain.
- Parameters:
domainName
- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
overrideConfiguration
UpdateDomainLayoutRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDomainLayoutRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-