@Stability(value=Stable) public static final class CfnStoredQueryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStoredQueryProps>
CfnStoredQueryProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStoredQueryProps |
build()
Builds the configured instance.
|
CfnStoredQueryProps.Builder |
queryDescription(String queryDescription)
Sets the value of
CfnStoredQueryProps.getQueryDescription() |
CfnStoredQueryProps.Builder |
queryExpression(String queryExpression)
Sets the value of
CfnStoredQueryProps.getQueryExpression() |
CfnStoredQueryProps.Builder |
queryName(String queryName)
Sets the value of
CfnStoredQueryProps.getQueryName() |
CfnStoredQueryProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnStoredQueryProps.getTags() |
@Stability(value=Stable) public CfnStoredQueryProps.Builder queryExpression(String queryExpression)
CfnStoredQueryProps.getQueryExpression()queryExpression - `AWS::Config::StoredQuery.QueryExpression`. This parameter is required.this@Stability(value=Stable) public CfnStoredQueryProps.Builder queryName(String queryName)
CfnStoredQueryProps.getQueryName()queryName - `AWS::Config::StoredQuery.QueryName`. This parameter is required.this@Stability(value=Stable) public CfnStoredQueryProps.Builder queryDescription(String queryDescription)
CfnStoredQueryProps.getQueryDescription()queryDescription - `AWS::Config::StoredQuery.QueryDescription`.this@Stability(value=Stable) public CfnStoredQueryProps.Builder tags(List<? extends CfnTag> tags)
CfnStoredQueryProps.getTags()tags - `AWS::Config::StoredQuery.Tags`.this@Stability(value=Stable) public CfnStoredQueryProps build()
build in interface software.amazon.jsii.Builder<CfnStoredQueryProps>CfnStoredQueryPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.