CopyableBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
, SdkBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
public static interface DescribeCommunicationsResponse.Builder extends CopyableBuilder<DescribeCommunicationsResponse.Builder,DescribeCommunicationsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setCommunications(java.util.Collection)
or #withCommunications(java.util.Collection)
if you
want to override the existing values.
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.