public class ListStreamsRequestAdapter extends ListStreamsRequest
NOOP| Constructor and Description |
|---|
ListStreamsRequestAdapter(ListStreamsRequest request)
Constructs a new request using an AmazonKinesis object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExclusiveStartStreamArn() |
java.lang.Integer |
getLimit() |
java.lang.String |
getTableName() |
void |
setExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn) |
void |
setLimit(java.lang.Integer limit) |
void |
setTableName(java.lang.String tableName) |
ListStreamsRequest |
withExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn) |
ListStreamsRequest |
withLimit(java.lang.Integer limit) |
ListStreamsRequest |
withTableName(java.lang.String tableName) |
clone, equals, hashCode, toStringaddHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListStreamsRequestAdapter(ListStreamsRequest request)
request - Instance of AmazonKinesis ListStreamsRequestpublic java.lang.String getExclusiveStartStreamArn()
getExclusiveStartStreamArn in class ListStreamsRequestpublic void setExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn)
setExclusiveStartStreamArn in class ListStreamsRequestexclusiveStartStreamArn - The name of the stream to start the list with.public ListStreamsRequest withExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn)
withExclusiveStartStreamArn in class ListStreamsRequestexclusiveStartStreamArn - The name of the stream to start the list with.public java.lang.Integer getLimit()
getLimit in class ListStreamsRequestpublic void setLimit(java.lang.Integer limit)
setLimit in class ListStreamsRequestlimit - The maximum number of streams to list.public ListStreamsRequest withLimit(java.lang.Integer limit)
withLimit in class ListStreamsRequestlimit - The maximum number of streams to list.public java.lang.String getTableName()
getTableName in class ListStreamsRequestpublic void setTableName(java.lang.String tableName)
setTableName in class ListStreamsRequestpublic ListStreamsRequest withTableName(java.lang.String tableName)
withTableName in class ListStreamsRequest