public static interface GetLayoutResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<GetLayoutResponse.Builder,GetLayoutResponse>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
layoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
|
GetLayoutResponse.Builder |
layoutId(String layoutId)
The unique identifier of the layout.
|
GetLayoutResponse.Builder |
name(String name)
The name of the layout.
|
GetLayoutResponse.Builder |
tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLayoutResponse.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.
content - Information about which fields will be present in the layout, the order of the fields, and read-only
attribute of the field.default 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.
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)GetLayoutResponse.Builder layoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
layoutArn - The Amazon Resource Name (ARN) of the newly created layout.GetLayoutResponse.Builder layoutId(String layoutId)
The unique identifier of the layout.
layoutId - The unique identifier of the layout.GetLayoutResponse.Builder name(String name)
The name of the layout. It must be unique.
name - The name of the layout. It must be unique.GetLayoutResponse.Builder tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or
control access for this resource.Copyright © 2023. All rights reserved.