public static interface UpdateLayoutRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<UpdateLayoutRequest.Builder,UpdateLayoutRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateLayoutRequest.Builder |
content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, the order of the fields, and a read-only
attribute of the field.
|
UpdateLayoutRequest.Builder |
content(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and a read-only
attribute of the field.
|
UpdateLayoutRequest.Builder |
domainId(String domainId)
The unique identifier of the Cases domain.
|
UpdateLayoutRequest.Builder |
layoutId(String layoutId)
The unique identifier of the layout.
|
UpdateLayoutRequest.Builder |
name(String name)
The name of the layout.
|
UpdateLayoutRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLayoutRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLayoutRequest.Builder content(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field.
content - Information about which fields will be present in the layout, the order of the fields, and a read-only
attribute of the field.default UpdateLayoutRequest.Builder content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field.
This is a convenience method that creates an instance of theLayoutContent.Builder avoiding the need
to create one manually via LayoutContent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to content(LayoutContent).
content - a consumer that will call methods on LayoutContent.Buildercontent(LayoutContent)UpdateLayoutRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.UpdateLayoutRequest.Builder layoutId(String layoutId)
The unique identifier of the layout.
layoutId - The unique identifier of the layout.UpdateLayoutRequest.Builder name(String name)
The name of the layout. It must be unique per domain.
name - The name of the layout. It must be unique per domain.UpdateLayoutRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLayoutRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.