Class CreateTable

java.lang.Object
io.camunda.connector.aws.dynamodb.model.TableOperation
io.camunda.connector.aws.dynamodb.model.CreateTable
All Implemented Interfaces:
AwsInput

public final class CreateTable extends TableOperation
  • Constructor Details

    • CreateTable

      public CreateTable()
  • Method Details

    • getPartitionKey

      public String getPartitionKey()
    • setPartitionKey

      public void setPartitionKey(String partitionKey)
    • getPartitionKeyRole

      public String getPartitionKeyRole()
    • setPartitionKeyRole

      public void setPartitionKeyRole(String partitionKeyRole)
    • getPartitionKeyType

      public String getPartitionKeyType()
    • setPartitionKeyType

      public void setPartitionKeyType(String partitionKeyType)
    • getSortKey

      public String getSortKey()
    • setSortKey

      public void setSortKey(String sortKey)
    • getSortKeyRole

      public String getSortKeyRole()
    • setSortKeyRole

      public void setSortKeyRole(String sortKeyRole)
    • getSortKeyType

      public String getSortKeyType()
    • setSortKeyType

      public void setSortKeyType(String sortKeyType)
    • getReadCapacityUnits

      public Long getReadCapacityUnits()
    • setReadCapacityUnits

      public void setReadCapacityUnits(Long readCapacityUnits)
    • getWriteCapacityUnits

      public Long getWriteCapacityUnits()
    • setWriteCapacityUnits

      public void setWriteCapacityUnits(Long writeCapacityUnits)
    • getBillingModeStr

      public String getBillingModeStr()
    • setBillingModeStr

      public void setBillingModeStr(String billingModeStr)
    • isDeletionProtection

      public boolean isDeletionProtection()
    • setDeletionProtection

      public void setDeletionProtection(boolean deletionProtection)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object