Package | Description |
---|---|
com.amazonaws.services.kinesis.model |
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescription.clone() |
StreamDescription |
DescribeStreamResult.getStreamDescription()
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise
the stream, and whether there are more shards available.
|
StreamDescription |
StreamDescription.withEncryptionType(EncryptionType encryptionType)
The server-side encryption type used on the stream.
|
StreamDescription |
StreamDescription.withEncryptionType(String encryptionType)
The server-side encryption type used on the stream.
|
StreamDescription |
StreamDescription.withEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withEnhancedMonitoring(EnhancedMetrics... enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
|
StreamDescription |
StreamDescription.withHasMoreShards(Boolean hasMoreShards)
If set to
true , more shards in the stream are available to describe. |
StreamDescription |
StreamDescription.withKeyId(String keyId)
The GUID for the customer-managed AWS KMS key to use for encryption.
|
StreamDescription |
StreamDescription.withRetentionPeriodHours(Integer retentionPeriodHours)
The current retention period, in hours.
|
StreamDescription |
StreamDescription.withShards(Collection<Shard> shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withShards(Shard... shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) for the stream being described.
|
StreamDescription |
StreamDescription.withStreamCreationTimestamp(Date streamCreationTimestamp)
The approximate time that the stream was created.
|
StreamDescription |
StreamDescription.withStreamName(String streamName)
The name of the stream being described.
|
StreamDescription |
StreamDescription.withStreamStatus(StreamStatus streamStatus)
The current status of the stream being described.
|
StreamDescription |
StreamDescription.withStreamStatus(String streamStatus)
The current status of the stream being described.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStreamResult.setStreamDescription(StreamDescription streamDescription)
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise
the stream, and whether there are more shards available.
|
DescribeStreamResult |
DescribeStreamResult.withStreamDescription(StreamDescription streamDescription)
The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise
the stream, and whether there are more shards available.
|
Copyright © 2018. All rights reserved.