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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeSupportedLanguagesRequest.BuildercategoryCode(String categoryCode)The category of problem for the support case.DescribeSupportedLanguagesRequest.BuilderissueType(String issueType)The type of issue for the case.DescribeSupportedLanguagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSupportedLanguagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSupportedLanguagesRequest.BuilderserviceCode(String serviceCode)The code for the Amazon Web Services service.-
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
-
issueType
DescribeSupportedLanguagesRequest.Builder issueType(String 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
DescribeSupportedLanguagesRequest.Builder serviceCode(String 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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeSupportedLanguagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-