public static interface ListLayoutsResponse.Builder extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<ListLayoutsResponse.Builder,ListLayoutsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLayoutsResponse.Builder |
layouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
|
ListLayoutsResponse.Builder |
layouts(Consumer<LayoutSummary.Builder>... layouts)
The layouts for the domain.
|
ListLayoutsResponse.Builder |
layouts(LayoutSummary... layouts)
The layouts for the domain.
|
ListLayoutsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLayoutsResponse.Builder layouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
layouts - The layouts for the domain.ListLayoutsResponse.Builder layouts(LayoutSummary... layouts)
The layouts for the domain.
layouts - The layouts for the domain.ListLayoutsResponse.Builder layouts(Consumer<LayoutSummary.Builder>... layouts)
The layouts for the domain.
This is a convenience method that creates an instance of theLayoutSummary.Builder avoiding the need to create
one manually via LayoutSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #layouts(List.
layouts - a consumer that will call methods on
LayoutSummary.Builder#layouts(java.util.Collection) ListLayoutsResponse.Builder nextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken - The token for the next set of results. This is null if there are no more results to return.Copyright © 2023. All rights reserved.