public static interface DescribeCreateCaseOptionsRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<DescribeCreateCaseOptionsRequest.Builder,DescribeCreateCaseOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCreateCaseOptionsRequest.Builder |
categoryCode(String categoryCode)
The category of problem for the support case.
|
DescribeCreateCaseOptionsRequest.Builder |
issueType(String issueType)
The type of issue for the case.
|
DescribeCreateCaseOptionsRequest.Builder |
language(String language)
The language in which Amazon Web Services Support handles the case.
|
DescribeCreateCaseOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCreateCaseOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeCreateCaseOptionsRequest.Builder |
serviceCode(String serviceCode)
The code for the Amazon Web Services service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCreateCaseOptionsRequest.Builder issueType(String issueType)
The type of issue for the case. You can specify customer-service or technical. If
you don't specify a value, the default is technical.
issueType - The type of issue for the case. You can specify customer-service or
technical. If you don't specify a value, the default is technical.DescribeCreateCaseOptionsRequest.Builder serviceCode(String serviceCode)
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.
serviceCode - The code for the Amazon Web Services service. You can use the DescribeServices operation to get
the possible serviceCode values.DescribeCreateCaseOptionsRequest.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 language parameter if you want support in that language.
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 language parameter if you want support in that language.DescribeCreateCaseOptionsRequest.Builder categoryCode(String categoryCode)
The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
categoryCode - The category of problem for the support case. You also use the DescribeServices operation to
get the category code for a service. Each Amazon Web Services service defines its own set of category
codes.DescribeCreateCaseOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCreateCaseOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.