Uses of Class
software.amazon.awscdk.services.glue.CfnTable.TableInputProperty.Builder
-
Uses of CfnTable.TableInputProperty.Builder in software.amazon.awscdk.services.glue
Modifier and TypeMethodDescriptionCfnTable.TableInputProperty.builder()
CfnTable.TableInputProperty.Builder.description
(String description) Sets the value ofCfnTable.TableInputProperty.getDescription()
Sets the value ofCfnTable.TableInputProperty.getName()
Sets the value ofCfnTable.TableInputProperty.getOwner()
CfnTable.TableInputProperty.Builder.parameters
(Object parameters) Sets the value ofCfnTable.TableInputProperty.getParameters()
CfnTable.TableInputProperty.Builder.partitionKeys
(List<? extends Object> partitionKeys) Sets the value ofCfnTable.TableInputProperty.getPartitionKeys()
CfnTable.TableInputProperty.Builder.partitionKeys
(IResolvable partitionKeys) Sets the value ofCfnTable.TableInputProperty.getPartitionKeys()
Sets the value ofCfnTable.TableInputProperty.getRetention()
CfnTable.TableInputProperty.Builder.storageDescriptor
(IResolvable storageDescriptor) Sets the value ofCfnTable.TableInputProperty.getStorageDescriptor()
CfnTable.TableInputProperty.Builder.storageDescriptor
(CfnTable.StorageDescriptorProperty storageDescriptor) Sets the value ofCfnTable.TableInputProperty.getStorageDescriptor()
Sets the value ofCfnTable.TableInputProperty.getTableType()
CfnTable.TableInputProperty.Builder.targetTable
(IResolvable targetTable) Sets the value ofCfnTable.TableInputProperty.getTargetTable()
CfnTable.TableInputProperty.Builder.targetTable
(CfnTable.TableIdentifierProperty targetTable) Sets the value ofCfnTable.TableInputProperty.getTargetTable()
CfnTable.TableInputProperty.Builder.viewExpandedText
(String viewExpandedText) Sets the value ofCfnTable.TableInputProperty.getViewExpandedText()
CfnTable.TableInputProperty.Builder.viewOriginalText
(String viewOriginalText) Sets the value ofCfnTable.TableInputProperty.getViewOriginalText()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.TableInputProperty.Builder
.