| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamInfo.Builder |
StreamInfo.builder() |
StreamInfo.Builder |
StreamInfo.Builder.createdAt(Instant createdAt)
The date when the stream was created.
|
StreamInfo.Builder |
StreamInfo.Builder.description(String description)
The description of the stream.
|
StreamInfo.Builder |
StreamInfo.Builder.files(Collection<StreamFile> files)
The files to stream.
|
StreamInfo.Builder |
StreamInfo.Builder.files(Consumer<StreamFile.Builder>... files)
The files to stream.
|
StreamInfo.Builder |
StreamInfo.Builder.files(StreamFile... files)
The files to stream.
|
StreamInfo.Builder |
StreamInfo.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date when the stream was last updated.
|
StreamInfo.Builder |
StreamInfo.Builder.roleArn(String roleArn)
An IAM role IoT assumes to access your S3 files.
|
StreamInfo.Builder |
StreamInfo.Builder.streamArn(String streamArn)
The stream ARN.
|
StreamInfo.Builder |
StreamInfo.Builder.streamId(String streamId)
The stream ID.
|
StreamInfo.Builder |
StreamInfo.Builder.streamVersion(Integer streamVersion)
The stream version.
|
StreamInfo.Builder |
StreamInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamInfo.Builder> |
StreamInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStreamResponse.Builder |
DescribeStreamResponse.Builder.streamInfo(Consumer<StreamInfo.Builder> streamInfo)
Information about the stream.
|
Copyright © 2023. All rights reserved.