@Stability(value=Stable) public static final class CfnNamedQueryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNamedQueryProps>
CfnNamedQueryProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNamedQueryProps |
build()
Builds the configured instance.
|
CfnNamedQueryProps.Builder |
database(String database)
Sets the value of
CfnNamedQueryProps.getDatabase() |
CfnNamedQueryProps.Builder |
description(String description)
Sets the value of
CfnNamedQueryProps.getDescription() |
CfnNamedQueryProps.Builder |
name(String name)
Sets the value of
CfnNamedQueryProps.getName() |
CfnNamedQueryProps.Builder |
queryString(String queryString)
Sets the value of
CfnNamedQueryProps.getQueryString() |
CfnNamedQueryProps.Builder |
workGroup(String workGroup)
Sets the value of
CfnNamedQueryProps.getWorkGroup() |
@Stability(value=Stable) public CfnNamedQueryProps.Builder database(String database)
CfnNamedQueryProps.getDatabase()database - The database to which the query belongs. This parameter is required.this@Stability(value=Stable) public CfnNamedQueryProps.Builder queryString(String queryString)
CfnNamedQueryProps.getQueryString()queryString - The SQL statements that make up the query. This parameter is required.this@Stability(value=Stable) public CfnNamedQueryProps.Builder description(String description)
CfnNamedQueryProps.getDescription()description - The query description.this@Stability(value=Stable) public CfnNamedQueryProps.Builder name(String name)
CfnNamedQueryProps.getName()name - The query name.this@Stability(value=Stable) public CfnNamedQueryProps.Builder workGroup(String workGroup)
CfnNamedQueryProps.getWorkGroup()workGroup - The name of the workgroup that contains the named query.this@Stability(value=Stable) public CfnNamedQueryProps build()
build in interface software.amazon.jsii.Builder<CfnNamedQueryProps>CfnNamedQueryPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.