Uses of Class
software.amazon.awscdk.services.glue.CfnPartitionProps.Builder
Packages that use CfnPartitionProps.Builder
-
Uses of CfnPartitionProps.Builder in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return CfnPartitionProps.BuilderModifier and TypeMethodDescriptionstatic CfnPartitionProps.Builder
CfnPartitionProps.builder()
Sets the value ofCfnPartitionProps.getCatalogId()
CfnPartitionProps.Builder.databaseName
(String databaseName) Sets the value ofCfnPartitionProps.getDatabaseName()
CfnPartitionProps.Builder.partitionInput
(IResolvable partitionInput) Sets the value ofCfnPartitionProps.getPartitionInput()
CfnPartitionProps.Builder.partitionInput
(CfnPartition.PartitionInputProperty partitionInput) Sets the value ofCfnPartitionProps.getPartitionInput()
Sets the value ofCfnPartitionProps.getTableName()
Constructors in software.amazon.awscdk.services.glue with parameters of type CfnPartitionProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPartitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartitionProps.Builder
.