public static interface DescribeIndexFieldsRequest.Builder extends CloudSearchRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.