@Beta
public class KeyValueTableClientConfiguration
extends java.lang.Object
implements java.io.Serializable
KeyValueTable
client.Modifier and Type | Class and Description |
---|---|
static class |
KeyValueTableClientConfiguration.KeyValueTableClientConfigurationBuilder |
Modifier and Type | Method and Description |
---|---|
static KeyValueTableClientConfiguration.KeyValueTableClientConfigurationBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getBackoffMultiple() |
int |
getInitialBackoffMillis() |
int |
getMaxBackoffMillis() |
int |
getRetryAttempts() |
int |
hashCode() |
java.lang.String |
toString() |
public static KeyValueTableClientConfiguration.KeyValueTableClientConfigurationBuilder builder()
public int getInitialBackoffMillis()
public int getMaxBackoffMillis()
public int getRetryAttempts()
public int getBackoffMultiple()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object