Java com.amazonaws.services.kinesis.model DescribeStreamRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesis.model DescribeStreamRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kinesis.model DescribeStreamRequest.

The text is from its open source code.

Constructor

Method

StringgetExclusiveStartShardId()

The shard ID of the shard to start with.

StringgetStreamName()

The name of the stream to describe.

voidsetExclusiveStartShardId(String exclusiveStartShardId)

The shard ID of the shard to start with.

voidsetLimit(Integer limit)

The maximum number of shards to return in a single call.

voidsetStreamName(String streamName)

The name of the stream to describe.

DescribeStreamRequestwithExclusiveStartShardId(String exclusiveStartShardId)

The shard ID of the shard to start with.