public static class KinesisBinderConfigurationProperties.Checkpoint extends Object
| Constructor and Description |
|---|
Checkpoint() |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.dynamodbv2.model.BillingMode |
getBillingMode() |
int |
getCreateDelay() |
int |
getCreateRetries() |
long |
getReadCapacity() |
String |
getTable() |
Integer |
getTimeToLive() |
long |
getWriteCapacity() |
void |
setBillingMode(com.amazonaws.services.dynamodbv2.model.BillingMode billingMode) |
void |
setCreateDelay(int createDelay) |
void |
setCreateRetries(int createRetries) |
void |
setReadCapacity(long readCapacity) |
void |
setTable(String table) |
void |
setTimeToLive(Integer timeToLive) |
void |
setWriteCapacity(long writeCapacity) |
public String getTable()
public void setTable(String table)
public com.amazonaws.services.dynamodbv2.model.BillingMode getBillingMode()
public void setBillingMode(com.amazonaws.services.dynamodbv2.model.BillingMode billingMode)
public long getReadCapacity()
public void setReadCapacity(long readCapacity)
public long getWriteCapacity()
public void setWriteCapacity(long writeCapacity)
public int getCreateDelay()
public void setCreateDelay(int createDelay)
public int getCreateRetries()
public void setCreateRetries(int createRetries)
public Integer getTimeToLive()
public void setTimeToLive(Integer timeToLive)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.