public static interface RecentCaseCommunications.Builder extends CopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
| Modifier and Type | Method and Description |
|---|---|
RecentCaseCommunications.Builder |
communications(Collection<Communication> communications)
The five most recent communications associated with the case.
|
RecentCaseCommunications.Builder |
communications(Communication... communications)
The five most recent communications associated with the case.
|
RecentCaseCommunications.Builder |
communications(Consumer<Communication.Builder>... communications)
The five most recent communications associated with the case.
|
RecentCaseCommunications.Builder |
nextToken(String nextToken)
A resumption point for pagination.
|
copyapply, buildRecentCaseCommunications.Builder communications(Collection<Communication> communications)
The five most recent communications associated with the case.
communications - The five most recent communications associated with the case.RecentCaseCommunications.Builder communications(Communication... communications)
The five most recent communications associated with the case.
communications - The five most recent communications associated with the case.RecentCaseCommunications.Builder communications(Consumer<Communication.Builder>... communications)
The five most recent communications associated with 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) RecentCaseCommunications.Builder nextToken(String nextToken)
A resumption point for pagination.
nextToken - A resumption point for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.