@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 - `AWS::Athena::NamedQuery.Database`. This parameter is required.this@Stability(value=Stable) public CfnNamedQueryProps.Builder queryString(String queryString)
CfnNamedQueryProps.getQueryString()queryString - `AWS::Athena::NamedQuery.QueryString`. This parameter is required.this@Stability(value=Stable) public CfnNamedQueryProps.Builder description(String description)
CfnNamedQueryProps.getDescription()description - `AWS::Athena::NamedQuery.Description`.this@Stability(value=Stable) public CfnNamedQueryProps.Builder name(String name)
CfnNamedQueryProps.getName()name - `AWS::Athena::NamedQuery.Name`.this@Stability(value=Stable) public CfnNamedQueryProps.Builder workGroup(String workGroup)
CfnNamedQueryProps.getWorkGroup()workGroup - `AWS::Athena::NamedQuery.WorkGroup`.this@Stability(value=Stable) public CfnNamedQueryProps build()
build in interface software.amazon.jsii.Builder<CfnNamedQueryProps>CfnNamedQueryPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.