CopyableBuilder<DescribeExpressionsRequest.Builder,DescribeExpressionsRequest>, SdkBuilder<DescribeExpressionsRequest.Builder,DescribeExpressionsRequest>public static interface DescribeExpressionsRequest.Builder extends CopyableBuilder<DescribeExpressionsRequest.Builder,DescribeExpressionsRequest>
| Modifier and Type | Method | 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(String... expressionNames) |
Limits the
DescribeExpressions response to the specified expressions. |
DescribeExpressionsRequest.Builder |
expressionNames(Collection<String> expressionNames) |
Limits the
DescribeExpressions response to the specified expressions. |
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setExpressionNames(java.util.Collection) or #withExpressionNames(java.util.Collection) if
you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.