public static interface DescribeCommunicationsRequest.Builder extends SupportRequest.Builder, CopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>
Modifier and Type | Method and 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.
|
DescribeCommunicationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeCommunicationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.DescribeCommunicationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeCommunicationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.