public static interface DescribeCommunicationsResponse.Builder extends SupportResponse.Builder, CopyableBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCommunicationsResponse.Builder |
communications(Collection<Communication> communications)
The communications for the case.
|
DescribeCommunicationsResponse.Builder |
communications(Communication... communications)
The communications for the case.
|
DescribeCommunicationsResponse.Builder |
communications(Consumer<Communication.Builder>... communications)
The communications for the case.
|
DescribeCommunicationsResponse.Builder |
nextToken(String nextToken)
A resumption point for pagination.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCommunicationsResponse.Builder communications(Collection<Communication> communications)
The communications for the case.
communications
- The communications for the case.DescribeCommunicationsResponse.Builder communications(Communication... communications)
The communications for the case.
communications
- The communications for the case.DescribeCommunicationsResponse.Builder communications(Consumer<Communication.Builder>... communications)
The communications for the case.
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 #communications(List)
.communications
- a consumer that will call methods on List.Builder
#communications(List)
DescribeCommunicationsResponse.Builder nextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.