Interface DescribeServicesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeServicesRequest.Builder,,DescribeServicesRequest> SdkBuilder<DescribeServicesRequest.Builder,,DescribeServicesRequest> SdkPojo,SdkRequest.Builder,SupportRequest.Builder
- Enclosing class:
DescribeServicesRequest
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to validate the request without actually returning the list of services.The language in which Amazon Web Services Support handles the case.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceCodeList(String... serviceCodeList) A JSON-formatted list of service codes available for Amazon Web Services services.serviceCodeList(Collection<String> serviceCodeList) A JSON-formatted list of service codes available for Amazon Web Services services.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
-
serviceCodeList
A JSON-formatted list of service codes available for Amazon Web Services services.
- Parameters:
serviceCodeList- A JSON-formatted list of service codes available for Amazon Web Services services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCodeList
A JSON-formatted list of service codes available for Amazon Web Services services.
- Parameters:
serviceCodeList- A JSON-formatted list of service codes available for Amazon Web Services services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") , Chinese ("zh"), Spanish ("es"), Portuguese ("pt"), French ("fr"), Korean (“ko”), and Turkish ("tr"). 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") , Chinese ("zh"), Spanish ("es"), Portuguese ("pt"), French ("fr"), Korean (“ko”), and Turkish ("tr"). 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.
-
dryRun
Specifies whether to validate the request without actually returning the list of services. When set to
true, the request is validated but no services are returned, and the operation returns aDryRunOperationException. When omitted or set tofalse, the request runs normally.- Parameters:
dryRun- Specifies whether to validate the request without actually returning the list of services. When set totrue, the request is validated but no services are returned, and the operation returns aDryRunOperationException. When omitted or set tofalse, the request runs normally.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeServicesRequest.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
DescribeServicesRequest.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.
-