public static interface DescribeServicesRequest.Builder extends SupportRequest.Builder, CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesRequest.Builder |
language(String language)
The ISO 639-1 code for the language in which AWS provides support.
|
DescribeServicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeServicesRequest.Builder |
serviceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
|
DescribeServicesRequest.Builder |
serviceCodeList(String... serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeServicesRequest.Builder serviceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
serviceCodeList - A JSON-formatted list of service codes available for AWS services.DescribeServicesRequest.Builder serviceCodeList(String... serviceCodeList)
A JSON-formatted list of service codes available for AWS services.
serviceCodeList - A JSON-formatted list of service codes available for AWS services.DescribeServicesRequest.Builder language(String language)
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
language - The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports
English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that
take them.DescribeServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.