CopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
, SdkBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
public static interface RecentCaseCommunications.Builder extends CopyableBuilder<RecentCaseCommunications.Builder,RecentCaseCommunications>
Modifier and Type | Method | 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 |
nextToken(String nextToken) |
A resumption point for pagination.
|
copy
apply, build
RecentCaseCommunications.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.
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 five most recent communications associated with the case.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.