@Stability(value=Stable) public static final class CfnDataCatalogProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDataCatalogProps>
CfnDataCatalogProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDataCatalogProps |
build()
Builds the configured instance.
|
CfnDataCatalogProps.Builder |
description(String description)
Sets the value of
CfnDataCatalogProps.getDescription() |
CfnDataCatalogProps.Builder |
name(String name)
Sets the value of
CfnDataCatalogProps.getName() |
CfnDataCatalogProps.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnDataCatalogProps.getParameters() |
CfnDataCatalogProps.Builder |
parameters(Map<String,String> parameters)
Sets the value of
CfnDataCatalogProps.getParameters() |
CfnDataCatalogProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDataCatalogProps.getTags() |
CfnDataCatalogProps.Builder |
type(String type)
Sets the value of
CfnDataCatalogProps.getType() |
@Stability(value=Stable) public CfnDataCatalogProps.Builder name(String name)
CfnDataCatalogProps.getName()
name
- `AWS::Athena::DataCatalog.Name`. This parameter is required.this
@Stability(value=Stable) public CfnDataCatalogProps.Builder type(String type)
CfnDataCatalogProps.getType()
type
- `AWS::Athena::DataCatalog.Type`. This parameter is required.this
@Stability(value=Stable) public CfnDataCatalogProps.Builder description(String description)
CfnDataCatalogProps.getDescription()
description
- `AWS::Athena::DataCatalog.Description`.this
@Stability(value=Stable) public CfnDataCatalogProps.Builder parameters(IResolvable parameters)
CfnDataCatalogProps.getParameters()
parameters
- `AWS::Athena::DataCatalog.Parameters`.this
@Stability(value=Stable) public CfnDataCatalogProps.Builder parameters(Map<String,String> parameters)
CfnDataCatalogProps.getParameters()
parameters
- `AWS::Athena::DataCatalog.Parameters`.this
@Stability(value=Stable) public CfnDataCatalogProps.Builder tags(List<? extends CfnTag> tags)
CfnDataCatalogProps.getTags()
tags
- `AWS::Athena::DataCatalog.Tags`.this
@Stability(value=Stable) public CfnDataCatalogProps build()
build
in interface software.amazon.jsii.Builder<CfnDataCatalogProps>
CfnDataCatalogProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.