@Stability(value=Stable) public static final class CfnPartition.Builder extends Object implements software.amazon.jsii.Builder<CfnPartition>
CfnPartition.| Modifier and Type | Method and Description |
|---|---|
CfnPartition |
build() |
CfnPartition.Builder |
catalogId(String catalogId)
The AWS account ID of the catalog in which the partion is to be created.
|
static CfnPartition.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPartition.Builder |
databaseName(String databaseName)
The name of the catalog database in which to create the partition.
|
CfnPartition.Builder |
partitionInput(CfnPartition.PartitionInputProperty partitionInput)
The structure used to create and update a partition.
|
CfnPartition.Builder |
partitionInput(IResolvable partitionInput)
The structure used to create and update a partition.
|
CfnPartition.Builder |
tableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
@Stability(value=Stable) public static CfnPartition.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.CfnPartition.ColumnProperty.Builder.@Stability(value=Stable) public CfnPartition.Builder catalogId(String catalogId)
To specify the account ID, you can use the
Refintrinsic function with theAWS::AccountIdpseudo parameter. For example:!Ref AWS::AccountId
catalogId - The AWS account ID of the catalog in which the partion is to be created. This parameter is required.this@Stability(value=Stable) public CfnPartition.Builder databaseName(String databaseName)
databaseName - The name of the catalog database in which to create the partition. This parameter is required.this@Stability(value=Stable) public CfnPartition.Builder partitionInput(CfnPartition.PartitionInputProperty partitionInput)
partitionInput - The structure used to create and update a partition. This parameter is required.this@Stability(value=Stable) public CfnPartition.Builder partitionInput(IResolvable partitionInput)
partitionInput - The structure used to create and update a partition. This parameter is required.this@Stability(value=Stable) public CfnPartition.Builder tableName(String tableName)
tableName - The name of the metadata table in which the partition is to be created. This parameter is required.this@Stability(value=Stable) public CfnPartition build()
build in interface software.amazon.jsii.Builder<CfnPartition>Copyright © 2022. All rights reserved.