Interface DescribeCommunicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>,SdkBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>,SdkPojo,SdkRequest.Builder,SupportRequest.Builder
- Enclosing class:
- DescribeCommunicationsRequest
public static interface DescribeCommunicationsRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<DescribeCommunicationsRequest.Builder,DescribeCommunicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCommunicationsRequest.BuilderafterTime(String afterTime)The start date for a filtered date search on support case communications.DescribeCommunicationsRequest.BuilderbeforeTime(String beforeTime)The end date for a filtered date search on support case communications.DescribeCommunicationsRequest.BuildercaseId(String caseId)The support case ID requested or returned in the call.DescribeCommunicationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return before paginating.DescribeCommunicationsRequest.BuildernextToken(String nextToken)A resumption point for pagination.DescribeCommunicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCommunicationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.support.model.SupportRequest.Builder
build
-
-
-
-
Method Detail
-
caseId
DescribeCommunicationsRequest.Builder caseId(String caseId)
The 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
- Parameters:
caseId- The 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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeTime
DescribeCommunicationsRequest.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.
- Parameters:
beforeTime- The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterTime
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.
- Parameters:
afterTime- The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeCommunicationsRequest.Builder nextToken(String nextToken)
A resumption point for pagination.
- Parameters:
nextToken- A resumption point for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeCommunicationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return before paginating.
- Parameters:
maxResults- The maximum number of results to return before paginating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCommunicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCommunicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-