public class ListGlobalTablesRequest extends AmazonWebServiceRequest implements Serializable
Lists all global tables that have a replica in the specified region.
| Constructor and Description |
|---|
ListGlobalTablesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
|
Integer |
getLimit()
The maximum number of table names to return.
|
String |
getRegionName()
Lists the global tables in a specific region.
|
int |
hashCode() |
void |
setExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
void |
setLimit(Integer limit)
The maximum number of table names to return.
|
void |
setRegionName(String regionName)
Lists the global tables in a specific region.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGlobalTablesRequest |
withExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
ListGlobalTablesRequest |
withLimit(Integer limit)
The maximum number of table names to return.
|
ListGlobalTablesRequest |
withRegionName(String regionName)
Lists the global tables in a specific region.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getExclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The first global table name that this operation will evaluate.
public void setExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartGlobalTableName - The first global table name that this operation will evaluate.
public ListGlobalTablesRequest withExclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartGlobalTableName - The first global table name that this operation will evaluate.
public Integer getLimit()
The maximum number of table names to return.
Constraints:
Range: 1 -
The maximum number of table names to return.
public void setLimit(Integer limit)
The maximum number of table names to return.
Constraints:
Range: 1 -
limit - The maximum number of table names to return.
public ListGlobalTablesRequest withLimit(Integer limit)
The maximum number of table names to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
limit - The maximum number of table names to return.
public String getRegionName()
Lists the global tables in a specific region.
Lists the global tables in a specific region.
public void setRegionName(String regionName)
Lists the global tables in a specific region.
regionName - Lists the global tables in a specific region.
public ListGlobalTablesRequest withRegionName(String regionName)
Lists the global tables in a specific region.
Returns a reference to this object so that method calls can be chained together.
regionName - Lists the global tables in a specific region.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.