CopyableBuilder<DescribeIndexFieldsRequest.Builder,DescribeIndexFieldsRequest>
, SdkBuilder<DescribeIndexFieldsRequest.Builder,DescribeIndexFieldsRequest>
public static interface DescribeIndexFieldsRequest.Builder extends CopyableBuilder<DescribeIndexFieldsRequest.Builder,DescribeIndexFieldsRequest>
Modifier and Type | Method | 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(String... fieldNames) |
A list of the index fields you want to describe.
|
DescribeIndexFieldsRequest.Builder |
fieldNames(Collection<String> fieldNames) |
A list of the index fields you want to describe.
|
copy
apply, build
DescribeIndexFieldsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFieldNames(java.util.Collection)
or #withFieldNames(java.util.Collection)
if you want to
override the existing values.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.