Uses of Interface
software.amazon.awssdk.services.iot.model.StreamInfo.Builder
-
Packages that use StreamInfo.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of StreamInfo.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return StreamInfo.Builder Modifier and Type Method Description static StreamInfo.BuilderStreamInfo. builder()StreamInfo.BuilderStreamInfo.Builder. createdAt(Instant createdAt)The date when the stream was created.StreamInfo.BuilderStreamInfo.Builder. description(String description)The description of the stream.StreamInfo.BuilderStreamInfo.Builder. files(Collection<StreamFile> files)The files to stream.StreamInfo.BuilderStreamInfo.Builder. files(Consumer<StreamFile.Builder>... files)The files to stream.StreamInfo.BuilderStreamInfo.Builder. files(StreamFile... files)The files to stream.StreamInfo.BuilderStreamInfo.Builder. lastUpdatedAt(Instant lastUpdatedAt)The date when the stream was last updated.StreamInfo.BuilderStreamInfo.Builder. roleArn(String roleArn)An IAM role IoT assumes to access your S3 files.StreamInfo.BuilderStreamInfo.Builder. streamArn(String streamArn)The stream ARN.StreamInfo.BuilderStreamInfo.Builder. streamId(String streamId)The stream ID.StreamInfo.BuilderStreamInfo.Builder. streamVersion(Integer streamVersion)The stream version.StreamInfo.BuilderStreamInfo. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type StreamInfo.Builder Modifier and Type Method Description static Class<? extends StreamInfo.Builder>StreamInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type StreamInfo.Builder Modifier and Type Method Description default DescribeStreamResponse.BuilderDescribeStreamResponse.Builder. streamInfo(Consumer<StreamInfo.Builder> streamInfo)Information about the stream.
-