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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.