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.
|
buildrequestOverrideConfigcopyapply, buildDescribeDomainsRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDomainsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.