public static interface DescribeCasesResponse.Builder extends SupportResponse.Builder, CopyableBuilder<DescribeCasesResponse.Builder,DescribeCasesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCasesResponse.Builder |
cases(CaseDetails... cases)
The details for the cases that match the request.
|
DescribeCasesResponse.Builder |
cases(Collection<CaseDetails> cases)
The details for the cases that match the request.
|
DescribeCasesResponse.Builder |
cases(Consumer<CaseDetails.Builder>... cases)
The details for the cases that match the request.
|
DescribeCasesResponse.Builder |
nextToken(String nextToken)
A resumption point for pagination.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCasesResponse.Builder cases(Collection<CaseDetails> cases)
The details for the cases that match the request.
cases
- The details for the cases that match the request.DescribeCasesResponse.Builder cases(CaseDetails... cases)
The details for the cases that match the request.
cases
- The details for the cases that match the request.DescribeCasesResponse.Builder cases(Consumer<CaseDetails.Builder>... cases)
The details for the cases that match the request.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #cases(List)
.cases
- a consumer that will call methods on List.Builder
#cases(List)
DescribeCasesResponse.Builder nextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.