static StreamDescriptionSummary.Builder |
StreamDescriptionSummary.builder() |
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.consumerCount(Integer consumerCount) |
The number of enhanced fan-out consumers registered with the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.encryptionType(String encryptionType) |
The encryption type used.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.encryptionType(EncryptionType encryptionType) |
The encryption type used.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.enhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) |
Represents the current enhanced monitoring settings of the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.enhancedMonitoring(Consumer<EnhancedMetrics.Builder>... enhancedMonitoring) |
Represents the current enhanced monitoring settings of the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.enhancedMonitoring(EnhancedMetrics... enhancedMonitoring) |
Represents the current enhanced monitoring settings of the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.keyId(String keyId) |
The GUID for the customer-managed Amazon Web Services KMS key to use for encryption.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.openShardCount(Integer openShardCount) |
The number of open shards in the stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.retentionPeriodHours(Integer retentionPeriodHours) |
The current retention period, in hours.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamARN(String streamARN) |
The Amazon Resource Name (ARN) for the stream being described.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamCreationTimestamp(Instant streamCreationTimestamp) |
The approximate time that the stream was created.
|
default StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamModeDetails(Consumer<StreamModeDetails.Builder> streamModeDetails) |
Specifies the capacity mode to which you want to set your data stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamModeDetails(StreamModeDetails streamModeDetails) |
Specifies the capacity mode to which you want to set your data stream.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamName(String streamName) |
The name of the stream being described.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamStatus(String streamStatus) |
The current status of the stream being described.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.Builder.streamStatus(StreamStatus streamStatus) |
The current status of the stream being described.
|
StreamDescriptionSummary.Builder |
StreamDescriptionSummary.toBuilder() |
|