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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeDomainsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.