public static interface DescribeSupportedLanguagesRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<DescribeSupportedLanguagesRequest.Builder,DescribeSupportedLanguagesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSupportedLanguagesRequest.Builder |
categoryCode(String categoryCode)
The category of problem for the support case.
|
DescribeSupportedLanguagesRequest.Builder |
issueType(String issueType)
The type of issue for the case.
|
DescribeSupportedLanguagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSupportedLanguagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSupportedLanguagesRequest.Builder |
serviceCode(String serviceCode)
The code for the Amazon Web Services service.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSupportedLanguagesRequest.Builder issueType(String issueType)
The type of issue for the case. You can specify customer-service or technical.
issueType - The type of issue for the case. You can specify customer-service or
technical.DescribeSupportedLanguagesRequest.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.DescribeSupportedLanguagesRequest.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.DescribeSupportedLanguagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSupportedLanguagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.