public static interface StreamInfo.Builder extends SdkPojo, CopyableBuilder<StreamInfo.Builder,StreamInfo>
Modifier and Type | Method and Description |
---|---|
StreamInfo.Builder |
creationTime(Instant creationTime)
A time stamp that indicates when the stream was created.
|
StreamInfo.Builder |
dataRetentionInHours(Integer dataRetentionInHours)
How long the stream retains data, in hours.
|
StreamInfo.Builder |
deviceName(String deviceName)
The name of the device that is associated with the stream.
|
StreamInfo.Builder |
kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the
stream.
|
StreamInfo.Builder |
mediaType(String mediaType)
The
MediaType of the stream. |
StreamInfo.Builder |
status(Status status)
The status of the stream.
|
StreamInfo.Builder |
status(String status)
The status of the stream.
|
StreamInfo.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
StreamInfo.Builder |
streamName(String streamName)
The name of the stream.
|
StreamInfo.Builder |
version(String version)
The version of the stream.
|
copy
applyMutation, build
StreamInfo.Builder deviceName(String deviceName)
The name of the device that is associated with the stream.
deviceName
- The name of the device that is associated with the stream.StreamInfo.Builder streamName(String streamName)
The name of the stream.
streamName
- The name of the stream.StreamInfo.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN
- The Amazon Resource Name (ARN) of the stream.StreamInfo.Builder mediaType(String mediaType)
The MediaType
of the stream.
mediaType
- The MediaType
of the stream.StreamInfo.Builder kmsKeyId(String kmsKeyId)
The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
kmsKeyId
- The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data
on the stream.StreamInfo.Builder version(String version)
The version of the stream.
version
- The version of the stream.StreamInfo.Builder status(String status)
The status of the stream.
StreamInfo.Builder status(Status status)
The status of the stream.
StreamInfo.Builder creationTime(Instant creationTime)
A time stamp that indicates when the stream was created.
creationTime
- A time stamp that indicates when the stream was created.StreamInfo.Builder dataRetentionInHours(Integer dataRetentionInHours)
How long the stream retains data, in hours.
dataRetentionInHours
- How long the stream retains data, in hours.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.