Interface DescribeCreateCaseOptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeCreateCaseOptionsRequest.Builder,DescribeCreateCaseOptionsRequest>,SdkBuilder<DescribeCreateCaseOptionsRequest.Builder,DescribeCreateCaseOptionsRequest>,SdkPojo,SdkRequest.Builder,SupportRequest.Builder
- Enclosing class:
- DescribeCreateCaseOptionsRequest
public static interface DescribeCreateCaseOptionsRequest.Builder extends SupportRequest.Builder, SdkPojo, CopyableBuilder<DescribeCreateCaseOptionsRequest.Builder,DescribeCreateCaseOptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCreateCaseOptionsRequest.BuildercategoryCode(String categoryCode)The category of problem for the support case.DescribeCreateCaseOptionsRequest.BuilderissueType(String issueType)The type of issue for the case.DescribeCreateCaseOptionsRequest.Builderlanguage(String language)The language in which Amazon Web Services Support handles the case.DescribeCreateCaseOptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeCreateCaseOptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeCreateCaseOptionsRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.support.model.SupportRequest.Builder
build
-
-
-
-
Method Detail
-
issueType
DescribeCreateCaseOptionsRequest.Builder issueType(String issueType)
The type of issue for the case. You can specify
customer-serviceortechnical. If you don't specify a value, the default istechnical.- Parameters:
issueType- The type of issue for the case. You can specifycustomer-serviceortechnical. If you don't specify a value, the default istechnical.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCode
DescribeCreateCaseOptionsRequest.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.
-
language
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
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.
-
categoryCode
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.
- 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
DescribeCreateCaseOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeCreateCaseOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-