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 |
nextToken(String nextToken)
A resumption point for pagination.
|
build
copy
apply, 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 nextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.