static StreamInfo.Builder |
StreamInfo.builder() |
|
StreamInfo.Builder |
StreamInfo.Builder.creationTime(Instant creationTime) |
A time stamp that indicates when the stream was created.
|
StreamInfo.Builder |
StreamInfo.Builder.dataRetentionInHours(Integer dataRetentionInHours) |
How long the stream retains data, in hours.
|
StreamInfo.Builder |
StreamInfo.Builder.deviceName(String deviceName) |
The name of the device that is associated with the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.kmsKeyId(String kmsKeyId) |
The ID of the Key Management Service (KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.mediaType(String mediaType) |
The MediaType of the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.status(String status) |
The status of the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.status(Status status) |
The status of the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.streamARN(String streamARN) |
The Amazon Resource Name (ARN) of the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.streamName(String streamName) |
The name of the stream.
|
StreamInfo.Builder |
StreamInfo.toBuilder() |
|
StreamInfo.Builder |
StreamInfo.Builder.version(String version) |
The version of the stream.
|