Package | Description |
---|---|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
ConsumerDescription |
ConsumerDescription.clone() |
ConsumerDescription |
DescribeStreamConsumerResult.getConsumerDescription()
An object that represents the details of the consumer.
|
ConsumerDescription |
ConsumerDescription.withConsumerARN(String consumerARN)
When you register a consumer, Kinesis Data Streams generates an ARN for it.
|
ConsumerDescription |
ConsumerDescription.withConsumerCreationTimestamp(Date consumerCreationTimestamp)
|
ConsumerDescription |
ConsumerDescription.withConsumerName(String consumerName)
The name of the consumer is something you choose when you register the consumer.
|
ConsumerDescription |
ConsumerDescription.withConsumerStatus(ConsumerStatus consumerStatus)
A consumer can't read data while in the
CREATING or DELETING states. |
ConsumerDescription |
ConsumerDescription.withConsumerStatus(String consumerStatus)
A consumer can't read data while in the
CREATING or DELETING states. |
ConsumerDescription |
ConsumerDescription.withStreamARN(String streamARN)
The ARN of the stream with which you registered the consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStreamConsumerResult.setConsumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
|
DescribeStreamConsumerResult |
DescribeStreamConsumerResult.withConsumerDescription(ConsumerDescription consumerDescription)
An object that represents the details of the consumer.
|
Copyright © 2024. All rights reserved.