public static interface DescribeDomainsRequest.Builder extends CloudSearchRequest.Builder, CopyableBuilder<DescribeDomainsRequest.Builder,DescribeDomainsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeDomainsRequest.Builder |
domainNames(Collection<String> domainNames)
The names of the domains you want to include in the response.
|
DescribeDomainsRequest.Builder |
domainNames(String... domainNames)
The names of the domains you want to include in the response.
|
DescribeDomainsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDomainsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DescribeDomainsRequest.Builder domainNames(Collection<String> domainNames)
The names of the domains you want to include in the response.
domainNames
- The names of the domains you want to include in the response.DescribeDomainsRequest.Builder domainNames(String... domainNames)
The names of the domains you want to include in the response.
domainNames
- The names of the domains you want to include in the response.DescribeDomainsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeDomainsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.