Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeStreamRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
Represents the input of a DescribeStream operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeStreamRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeStreamRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exclusiveStartShardId() |
The shard ID of the first item that this operation will evaluate.
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of shard objects to return.
|
static Class<? extends DescribeStreamRequest.Builder> |
serializableBuilderClass() |
|
String |
streamArn() |
The Amazon Resource Name (ARN) for the stream.
|
DescribeStreamRequest.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 streamArn()
The Amazon Resource Name (ARN) for the stream.
public Integer limit()
The maximum number of shard objects to return. The upper limit is 100.
public String exclusiveStartShardId()
The shard ID of the first item that this operation will evaluate. Use the value that was returned for
LastEvaluatedShardId in the previous operation.
LastEvaluatedShardId in the previous operation.public DescribeStreamRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>public static DescribeStreamRequest.Builder builder()
public static Class<? extends DescribeStreamRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.