| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static GetLayoutResponse.Builder |
GetLayoutResponse.builder() |
default GetLayoutResponse.Builder |
GetLayoutResponse.Builder.content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, the order of the fields, and read-only
attribute of the field.
|
GetLayoutResponse.Builder |
GetLayoutResponse.Builder.content(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and read-only
attribute of the field.
|
GetLayoutResponse.Builder |
GetLayoutResponse.Builder.layoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
|
GetLayoutResponse.Builder |
GetLayoutResponse.Builder.layoutId(String layoutId)
The unique identifier of the layout.
|
GetLayoutResponse.Builder |
GetLayoutResponse.Builder.name(String name)
The name of the layout.
|
GetLayoutResponse.Builder |
GetLayoutResponse.Builder.tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
GetLayoutResponse.Builder |
GetLayoutResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLayoutResponse.Builder> |
GetLayoutResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.