@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStreamRequest extends DynamoDbStreamsRequest implements ToCopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>
Represents the input of a DescribeStream operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStreamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStreamRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
exclusiveStartShardId()
The shard ID of the first item that this operation will evaluate.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of shard objects to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStreamRequest.Builder> |
serializableBuilderClass() |
String |
streamArn()
The Amazon Resource Name (ARN) for the stream.
|
DescribeStreamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<DescribeStreamRequest.Builder,DescribeStreamRequest>toBuilder in class DynamoDbStreamsRequestpublic static DescribeStreamRequest.Builder builder()
public static Class<? extends DescribeStreamRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.