Interface DescribeSupportedLanguagesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeSupportedLanguagesRequest.Builder,,DescribeSupportedLanguagesRequest> SdkBuilder<DescribeSupportedLanguagesRequest.Builder,,DescribeSupportedLanguagesRequest> SdkPojo,SdkRequest.Builder,SupportRequest.Builder
- Enclosing class:
 DescribeSupportedLanguagesRequest
public static interface DescribeSupportedLanguagesRequest.Builder
extends SupportRequest.Builder, SdkPojo, CopyableBuilder<DescribeSupportedLanguagesRequest.Builder,DescribeSupportedLanguagesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncategoryCode(String categoryCode) The category of problem for the support case.The type of issue for the case.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceCode(String serviceCode) The code for the Amazon Web Services service.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.support.model.SupportRequest.Builder
build 
- 
Method Details
- 
issueType
The type of issue for the case. You can specify
customer-serviceortechnical.- Parameters:
 issueType- The type of issue for the case. You can specifycustomer-serviceortechnical.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
serviceCode
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible
serviceCodevalues.- Parameters:
 serviceCode- The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possibleserviceCodevalues.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DescribeSupportedLanguagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeSupportedLanguagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -