CopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>
, SdkBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>
public static interface DescribeCommunicationsRequest.Builder extends CopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeCommunicationsRequest.Builder |
afterTime(String afterTime) |
The start date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest.Builder |
beforeTime(String beforeTime) |
The end date for a filtered date search on support case communications.
|
DescribeCommunicationsRequest.Builder |
caseId(String caseId) |
The AWS Support case ID requested or returned in the call.
|
DescribeCommunicationsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return before paginating.
|
DescribeCommunicationsRequest.Builder |
nextToken(String nextToken) |
A resumption point for pagination.
|
copy
apply, build
DescribeCommunicationsRequest.Builder caseId(String caseId)
The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
caseId
- The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string
formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47DescribeCommunicationsRequest.Builder beforeTime(String beforeTime)
The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
beforeTime
- The end date for a filtered date search on support case communications. Case communications are
available for 12 months after creation.DescribeCommunicationsRequest.Builder afterTime(String afterTime)
The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
afterTime
- The start date for a filtered date search on support case communications. Case communications are
available for 12 months after creation.DescribeCommunicationsRequest.Builder nextToken(String nextToken)
A resumption point for pagination.
nextToken
- A resumption point for pagination.DescribeCommunicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return before paginating.
maxResults
- The maximum number of results to return before paginating.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.