Uses of Interface
software.amazon.awssdk.services.kinesis.model.StreamDescriptionSummary.Builder
Packages that use StreamDescriptionSummary.Builder
-
Uses of StreamDescriptionSummary.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StreamDescriptionSummary.BuilderModifier and TypeMethodDescriptionStreamDescriptionSummary.builder()StreamDescriptionSummary.Builder.consumerCount(Integer consumerCount) The number of enhanced fan-out consumers registered with the stream.StreamDescriptionSummary.Builder.encryptionType(String encryptionType) The encryption type used.StreamDescriptionSummary.Builder.encryptionType(EncryptionType encryptionType) The encryption type used.StreamDescriptionSummary.Builder.enhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescriptionSummary.Builder.enhancedMonitoring(Consumer<EnhancedMetrics.Builder>... enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescriptionSummary.Builder.enhancedMonitoring(EnhancedMetrics... enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.The GUID for the customer-managed Amazon Web Services KMS key to use for encryption.StreamDescriptionSummary.Builder.maxRecordSizeInKiB(Integer maxRecordSizeInKiB) The maximum record size of a single record in kibibyte (KiB) that you can write to, and read from a stream.StreamDescriptionSummary.Builder.openShardCount(Integer openShardCount) The number of open shards in the stream.StreamDescriptionSummary.Builder.retentionPeriodHours(Integer retentionPeriodHours) The current retention period, in hours.The Amazon Resource Name (ARN) for the stream being described.StreamDescriptionSummary.Builder.streamCreationTimestamp(Instant streamCreationTimestamp) The approximate time that the stream was created.Not Implemented.default StreamDescriptionSummary.BuilderStreamDescriptionSummary.Builder.streamModeDetails(Consumer<StreamModeDetails.Builder> streamModeDetails) Specifies the capacity mode to which you want to set your data stream.StreamDescriptionSummary.Builder.streamModeDetails(StreamModeDetails streamModeDetails) Specifies the capacity mode to which you want to set your data stream.StreamDescriptionSummary.Builder.streamName(String streamName) The name of the stream being described.StreamDescriptionSummary.Builder.streamStatus(String streamStatus) The current status of the stream being described.StreamDescriptionSummary.Builder.streamStatus(StreamStatus streamStatus) The current status of the stream being described.StreamDescriptionSummary.toBuilder()default StreamDescriptionSummary.BuilderStreamDescriptionSummary.Builder.warmThroughput(Consumer<WarmThroughputObject.Builder> warmThroughput) The warm throughput in MB/s for the stream.StreamDescriptionSummary.Builder.warmThroughput(WarmThroughputObject warmThroughput) The warm throughput in MB/s for the stream.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type StreamDescriptionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StreamDescriptionSummary.Builder>StreamDescriptionSummary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type StreamDescriptionSummary.BuilderModifier and TypeMethodDescriptionDescribeStreamSummaryResponse.Builder.streamDescriptionSummary(Consumer<StreamDescriptionSummary.Builder> streamDescriptionSummary) A StreamDescriptionSummary containing information about the stream.