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

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

Introduction

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

The text is from its open source code.

Constructor

Method

IntegergetShardCount()

The number of shards that the stream will use.

StringgetStreamName()

A name to identify the stream.

voidsetShardCount(Integer shardCount)

The number of shards that the stream will use.

voidsetStreamName(String streamName)

A name to identify the stream.