public class ListStreamsRequestAdapter
extends com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
| Constructor and Description |
|---|
ListStreamsRequestAdapter(com.amazonaws.services.kinesis.model.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) |
com.amazonaws.services.dynamodbv2.model.ListStreamsRequest |
withExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn) |
com.amazonaws.services.dynamodbv2.model.ListStreamsRequest |
withLimit(java.lang.Integer limit) |
com.amazonaws.services.dynamodbv2.model.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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListStreamsRequestAdapter(com.amazonaws.services.kinesis.model.ListStreamsRequest request)
request - Instance of AmazonKinesis ListStreamsRequestpublic java.lang.String getExclusiveStartStreamArn()
getExclusiveStartStreamArn in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestpublic void setExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn)
setExclusiveStartStreamArn in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestexclusiveStartStreamArn - The name of the stream to start the list with.public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest withExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn)
withExclusiveStartStreamArn in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestexclusiveStartStreamArn - The name of the stream to start the list with.public java.lang.Integer getLimit()
getLimit in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestpublic void setLimit(java.lang.Integer limit)
setLimit in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestlimit - The maximum number of streams to list.public com.amazonaws.services.dynamodbv2.model.ListStreamsRequest withLimit(java.lang.Integer limit)
withLimit in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestlimit - The maximum number of streams to list.public java.lang.String getTableName()
getTableName in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestpublic void setTableName(java.lang.String tableName)
setTableName in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequestpublic com.amazonaws.services.dynamodbv2.model.ListStreamsRequest withTableName(java.lang.String tableName)
withTableName in class com.amazonaws.services.dynamodbv2.model.ListStreamsRequest