Cloneable, ReadLimitInfo, ToCopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>@Generated("software.amazon.awssdk:codegen") public class ListStreamsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
Represents the input of a ListStreams operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListStreamsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListStreamsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exclusiveStartStreamArn() |
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of streams to return.
|
static Class<? extends ListStreamsRequest.Builder> |
serializableBuilderClass() |
|
String |
tableName() |
If this parameter is provided, then only the streams associated with this table name are returned.
|
ListStreamsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String tableName()
If this parameter is provided, then only the streams associated with this table name are returned.
public Integer limit()
The maximum number of streams to return. The upper limit is 100.
public String exclusiveStartStreamArn()
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn in the previous operation.
LastEvaluatedStreamArn in the previous operation.public ListStreamsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>public static ListStreamsRequest.Builder builder()
public static Class<? extends ListStreamsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.