Interface DescribeCasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>,SdkBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>,SdkPojo,SdkRequest.Builder,SupportRequest.Builder
- Enclosing class:
- DescribeCasesRequest
public static interface DescribeCasesRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<DescribeCasesRequest.Builder,DescribeCasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCasesRequest.BuilderafterTime(String afterTime)The start date for a filtered date search on support case communications.DescribeCasesRequest.BuilderbeforeTime(String beforeTime)The end date for a filtered date search on support case communications.DescribeCasesRequest.BuildercaseIdList(String... caseIdList)A list of ID numbers of the support cases you want returned.DescribeCasesRequest.BuildercaseIdList(Collection<String> caseIdList)A list of ID numbers of the support cases you want returned.DescribeCasesRequest.BuilderdisplayId(String displayId)The ID displayed for a case in the Amazon Web Services Support Center user interface.DescribeCasesRequest.BuilderincludeCommunications(Boolean includeCommunications)Specifies whether to include communications in theDescribeCasesresponse.DescribeCasesRequest.BuilderincludeResolvedCases(Boolean includeResolvedCases)Specifies whether to include resolved support cases in theDescribeCasesresponse.DescribeCasesRequest.Builderlanguage(String language)The language in which Amazon Web Services Support handles the case.DescribeCasesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return before paginating.DescribeCasesRequest.BuildernextToken(String nextToken)A resumption point for pagination.DescribeCasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCasesRequest.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
-
caseIdList
DescribeCasesRequest.Builder caseIdList(Collection<String> caseIdList)
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
- Parameters:
caseIdList- A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caseIdList
DescribeCasesRequest.Builder caseIdList(String... caseIdList)
A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.
- Parameters:
caseIdList- A list of ID numbers of the support cases you want returned. The maximum number of cases is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayId
DescribeCasesRequest.Builder displayId(String displayId)
The ID displayed for a case in the Amazon Web Services Support Center user interface.
- Parameters:
displayId- The ID displayed for a case in the Amazon Web Services Support Center user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterTime
DescribeCasesRequest.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.
-
beforeTime
DescribeCasesRequest.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.
-
includeResolvedCases
DescribeCasesRequest.Builder includeResolvedCases(Boolean includeResolvedCases)
Specifies whether to include resolved support cases in the
DescribeCasesresponse. By default, resolved cases aren't included.- Parameters:
includeResolvedCases- Specifies whether to include resolved support cases in theDescribeCasesresponse. By default, resolved cases aren't included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeCasesRequest.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
DescribeCasesRequest.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.
-
language
DescribeCasesRequest.Builder language(String language)
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the
languageparameter if you want support in that language.- Parameters:
language- The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for thelanguageparameter if you want support in that language.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeCommunications
DescribeCasesRequest.Builder includeCommunications(Boolean includeCommunications)
Specifies whether to include communications in the
DescribeCasesresponse. By default, communications are included.- Parameters:
includeCommunications- Specifies whether to include communications in theDescribeCasesresponse. By default, communications are included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeCasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-