Interface ListLayoutsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectCasesResponse.Builder
,CopyableBuilder<ListLayoutsResponse.Builder,
,ListLayoutsResponse> SdkBuilder<ListLayoutsResponse.Builder,
,ListLayoutsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLayoutsResponse
@Mutable
@NotThreadSafe
public static interface ListLayoutsResponse.Builder
extends ConnectCasesResponse.Builder, SdkPojo, CopyableBuilder<ListLayoutsResponse.Builder,ListLayoutsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlayouts
(Collection<LayoutSummary> layouts) The layouts for the domain.layouts
(Consumer<LayoutSummary.Builder>... layouts) The layouts for the domain.layouts
(LayoutSummary... layouts) The layouts for the domain.The token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connectcases.model.ConnectCasesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
layouts
The layouts for the domain.
- Parameters:
layouts
- The layouts for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layouts
The layouts for the domain.
- Parameters:
layouts
- The layouts for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaLayoutSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolayouts(List<LayoutSummary>)
.- Parameters:
layouts
- a consumer that will call methods onLayoutSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results. This is null if there are no more results to return.
- Parameters:
nextToken
- The token for the next set of results. This is null if there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-