public static interface RecentCaseCommunications.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theCommunication.Builder avoiding the need to create one
manually via Communication.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #communications(List.
communications - a consumer that will call methods on
Communication.Builder#communications(java.util.Collection) RecentCaseCommunications.Builder nextToken(String nextToken)
A resumption point for pagination.
nextToken - A resumption point for pagination.Copyright © 2022. All rights reserved.