Class CreateTable
java.lang.Object
io.camunda.connector.aws.dynamodb.model.TableOperation
io.camunda.connector.aws.dynamodb.model.CreateTable
- All Implemented Interfaces:
AwsInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetBillingModeStr(String billingModeStr) voidsetDeletionProtection(boolean deletionProtection) voidsetPartitionKey(String partitionKey) voidsetPartitionKeyRole(String partitionKeyRole) voidsetPartitionKeyType(String partitionKeyType) voidsetReadCapacityUnits(Long readCapacityUnits) voidsetSortKey(String sortKey) voidsetSortKeyRole(String sortKeyRole) voidsetSortKeyType(String sortKeyType) voidsetWriteCapacityUnits(Long writeCapacityUnits) toString()Methods inherited from class io.camunda.connector.aws.dynamodb.model.TableOperation
getTableName, setTableName
-
Constructor Details
-
CreateTable
public CreateTable()
-
-
Method Details
-
getPartitionKey
-
setPartitionKey
-
getPartitionKeyRole
-
setPartitionKeyRole
-
getPartitionKeyType
-
setPartitionKeyType
-
getSortKey
-
setSortKey
-
getSortKeyRole
-
setSortKeyRole
-
getSortKeyType
-
setSortKeyType
-
getReadCapacityUnits
-
setReadCapacityUnits
-
getWriteCapacityUnits
-
setWriteCapacityUnits
-
getBillingModeStr
-
setBillingModeStr
-
isDeletionProtection
public boolean isDeletionProtection() -
setDeletionProtection
public void setDeletionProtection(boolean deletionProtection) -
equals
-
hashCode
public int hashCode() -
toString
-