Uses of Interface
software.amazon.awssdk.services.kinesis.model.StreamDescription.Builder
Packages that use StreamDescription.Builder
-
Uses of StreamDescription.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StreamDescription.BuilderModifier and TypeMethodDescriptionstatic StreamDescription.BuilderStreamDescription.builder()StreamDescription.Builder.encryptionType(String encryptionType) The server-side encryption type used on the stream.StreamDescription.Builder.encryptionType(EncryptionType encryptionType) The server-side encryption type used on the stream.StreamDescription.Builder.enhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescription.Builder.enhancedMonitoring(Consumer<EnhancedMetrics.Builder>... enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescription.Builder.enhancedMonitoring(EnhancedMetrics... enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescription.Builder.hasMoreShards(Boolean hasMoreShards) If set totrue, more shards in the stream are available to describe.The GUID for the customer-managed Amazon Web Services KMS key to use for encryption.StreamDescription.Builder.retentionPeriodHours(Integer retentionPeriodHours) The current retention period, in hours.StreamDescription.Builder.shards(Collection<Shard> shards) The shards that comprise the stream.StreamDescription.Builder.shards(Consumer<Shard.Builder>... shards) The shards that comprise the stream.The shards that comprise the stream.The Amazon Resource Name (ARN) for the stream being described.StreamDescription.Builder.streamCreationTimestamp(Instant streamCreationTimestamp) The approximate time that the stream was created.default StreamDescription.BuilderStreamDescription.Builder.streamModeDetails(Consumer<StreamModeDetails.Builder> streamModeDetails) Specifies the capacity mode to which you want to set your data stream.StreamDescription.Builder.streamModeDetails(StreamModeDetails streamModeDetails) Specifies the capacity mode to which you want to set your data stream.StreamDescription.Builder.streamName(String streamName) The name of the stream being described.StreamDescription.Builder.streamStatus(String streamStatus) The current status of the stream being described.StreamDescription.Builder.streamStatus(StreamStatus streamStatus) The current status of the stream being described.StreamDescription.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type StreamDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StreamDescription.Builder>StreamDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type StreamDescription.BuilderModifier and TypeMethodDescriptiondefault DescribeStreamResponse.BuilderDescribeStreamResponse.Builder.streamDescription(Consumer<StreamDescription.Builder> 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.