public static interface DescribeExpressionsRequest.Builder extends CloudSearchRequest.Builder, CopyableBuilder<DescribeExpressionsRequest.Builder,DescribeExpressionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeExpressionsRequest.Builder |
deployed(Boolean deployed)
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
DescribeExpressionsRequest.Builder |
domainName(String domainName)
The name of the domain you want to describe.
|
DescribeExpressionsRequest.Builder |
expressionNames(Collection<String> expressionNames)
Limits the
DescribeExpressions response to the specified expressions. |
DescribeExpressionsRequest.Builder |
expressionNames(String... expressionNames)
Limits the
DescribeExpressions response to the specified expressions. |
DescribeExpressionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeExpressionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeExpressionsRequest.Builder domainName(String domainName)
The name of the domain you want to describe.
domainName - The name of the domain you want to describe.DescribeExpressionsRequest.Builder expressionNames(Collection<String> expressionNames)
Limits the DescribeExpressions response to the specified expressions. If not specified,
all expressions are shown.
expressionNames - Limits the DescribeExpressions response to the specified expressions. If not
specified, all expressions are shown.DescribeExpressionsRequest.Builder expressionNames(String... expressionNames)
Limits the DescribeExpressions response to the specified expressions. If not specified,
all expressions are shown.
expressionNames - Limits the DescribeExpressions response to the specified expressions. If not
specified, all expressions are shown.DescribeExpressionsRequest.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.DescribeExpressionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeExpressionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.