@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 - The expression of the query. This parameter is required.
For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.this@Stability(value=Stable) public CfnStoredQueryProps.Builder queryName(String queryName)
CfnStoredQueryProps.getQueryName()queryName - The name of the query. This parameter is required.this@Stability(value=Stable) public CfnStoredQueryProps.Builder queryDescription(String queryDescription)
CfnStoredQueryProps.getQueryDescription()queryDescription - A unique description for the query.this@Stability(value=Stable) public CfnStoredQueryProps.Builder tags(List<? extends CfnTag> tags)
CfnStoredQueryProps.getTags()tags - An array of key-value pairs to apply to this resource.this@Stability(value=Stable) public CfnStoredQueryProps build()
build in interface software.amazon.jsii.Builder<CfnStoredQueryProps>CfnStoredQueryPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.