@Stability(value=Stable) public static final class CfnPartitionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPartitionProps>
CfnPartitionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPartitionProps |
build()
Builds the configured instance.
|
CfnPartitionProps.Builder |
catalogId(String catalogId)
Sets the value of
CfnPartitionProps.getCatalogId() |
CfnPartitionProps.Builder |
databaseName(String databaseName)
Sets the value of
CfnPartitionProps.getDatabaseName() |
CfnPartitionProps.Builder |
partitionInput(CfnPartition.PartitionInputProperty partitionInput)
Sets the value of
CfnPartitionProps.getPartitionInput() |
CfnPartitionProps.Builder |
partitionInput(IResolvable partitionInput)
Sets the value of
CfnPartitionProps.getPartitionInput() |
CfnPartitionProps.Builder |
tableName(String tableName)
Sets the value of
CfnPartitionProps.getTableName() |
@Stability(value=Stable) public CfnPartitionProps.Builder catalogId(String catalogId)
CfnPartitionProps.getCatalogId()catalogId - The AWS account ID of the catalog in which the partion is to be created. This parameter is required.
To specify the account ID, you can use the
Refintrinsic function with theAWS::AccountIdpseudo parameter. For example:!Ref AWS::AccountId
this@Stability(value=Stable) public CfnPartitionProps.Builder databaseName(String databaseName)
CfnPartitionProps.getDatabaseName()databaseName - The name of the catalog database in which to create the partition. This parameter is required.this@Stability(value=Stable) public CfnPartitionProps.Builder partitionInput(CfnPartition.PartitionInputProperty partitionInput)
CfnPartitionProps.getPartitionInput()partitionInput - The structure used to create and update a partition. This parameter is required.this@Stability(value=Stable) public CfnPartitionProps.Builder partitionInput(IResolvable partitionInput)
CfnPartitionProps.getPartitionInput()partitionInput - The structure used to create and update a partition. This parameter is required.this@Stability(value=Stable) public CfnPartitionProps.Builder tableName(String tableName)
CfnPartitionProps.getTableName()tableName - The name of the metadata table in which the partition is to be created. This parameter is required.this@Stability(value=Stable) public CfnPartitionProps build()
build in interface software.amazon.jsii.Builder<CfnPartitionProps>CfnPartitionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.