public static interface DescribeIndexFieldsRequest.Builder extends CloudSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeIndexFieldsRequest.Builder,DescribeIndexFieldsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexFieldsRequest.Builder |
deployed(Boolean deployed)
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
DescribeIndexFieldsRequest.Builder |
domainName(String domainName)
The name of the domain you want to describe.
|
DescribeIndexFieldsRequest.Builder |
fieldNames(Collection<String> fieldNames)
A list of the index fields you want to describe.
|
DescribeIndexFieldsRequest.Builder |
fieldNames(String... fieldNames)
A list of the index fields you want to describe.
|
DescribeIndexFieldsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeIndexFieldsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeIndexFieldsRequest.Builder domainName(String domainName)
The name of the domain you want to describe.
domainName - The name of the domain you want to describe.DescribeIndexFieldsRequest.Builder fieldNames(Collection<String> fieldNames)
A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
fieldNames - A list of the index fields you want to describe. If not specified, information is returned for all
configured index fields.DescribeIndexFieldsRequest.Builder fieldNames(String... fieldNames)
A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
fieldNames - A list of the index fields you want to describe. If not specified, information is returned for all
configured index fields.DescribeIndexFieldsRequest.Builder deployed(Boolean deployed)
Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.
deployed - Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.DescribeIndexFieldsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeIndexFieldsRequest.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.