CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
, SdkBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
public static interface DescribeServicesRequest.Builder extends CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeServicesRequest.Builder |
language(String language) |
The ISO 639-1 code for the language in which AWS provides support.
|
DescribeServicesRequest.Builder |
serviceCodeList(String... serviceCodeList) |
A JSON-formatted list of service codes available for AWS services.
|
DescribeServicesRequest.Builder |
serviceCodeList(Collection<String> serviceCodeList) |
A JSON-formatted list of service codes available for AWS services.
|
copy
apply, build
DescribeServicesRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setServiceCodeList(java.util.Collection)
or #withServiceCodeList(java.util.Collection)
if
you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.