public static interface DescribeCommunicationsResponse.Builder extends SupportResponse.Builder, SdkPojo, 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 |
communications(Consumer<Communication.Builder>... communications)
The communications for the case.
|
DescribeCommunicationsResponse.Builder |
nextToken(String nextToken)
A resumption point for pagination.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCommunicationsResponse.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 communications(Consumer<Communication.Builder>... communications)
The communications for 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) DescribeCommunicationsResponse.Builder nextToken(String nextToken)
A resumption point for pagination.
nextToken - A resumption point for pagination.Copyright © 2023. All rights reserved.