@Stability(value=Stable) public static final class CfnStoredQuery.Builder extends Object implements software.amazon.jsii.Builder<CfnStoredQuery>
CfnStoredQuery.| Modifier and Type | Method and Description |
|---|---|
CfnStoredQuery |
build() |
static CfnStoredQuery.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStoredQuery.Builder |
queryDescription(String queryDescription)
A unique description for the query.
|
CfnStoredQuery.Builder |
queryExpression(String queryExpression)
The expression of the query.
|
CfnStoredQuery.Builder |
queryName(String queryName)
The name of the query.
|
CfnStoredQuery.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnStoredQuery.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStoredQuery.Builder.@Stability(value=Stable) public CfnStoredQuery.Builder queryExpression(String queryExpression)
For example, SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.
queryExpression - The expression of the query. This parameter is required.this@Stability(value=Stable) public CfnStoredQuery.Builder queryName(String queryName)
queryName - The name of the query. This parameter is required.this@Stability(value=Stable) public CfnStoredQuery.Builder queryDescription(String queryDescription)
queryDescription - A unique description for the query. This parameter is required.this@Stability(value=Stable) public CfnStoredQuery.Builder tags(List<? extends CfnTag> tags)
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnStoredQuery build()
build in interface software.amazon.jsii.Builder<CfnStoredQuery>Copyright © 2022. All rights reserved.