public static interface UpdateStreamRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateStreamRequest.Builder,UpdateStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStreamRequest.Builder |
description(String description)
The description of the stream.
|
UpdateStreamRequest.Builder |
files(Collection<StreamFile> files)
The files associated with the stream.
|
UpdateStreamRequest.Builder |
files(Consumer<StreamFile.Builder>... files)
The files associated with the stream.
|
UpdateStreamRequest.Builder |
files(StreamFile... files)
The files associated with the stream.
|
UpdateStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStreamRequest.Builder |
roleArn(String roleArn)
An IAM role that allows the IoT service principal assumes to access your S3 files.
|
UpdateStreamRequest.Builder |
streamId(String streamId)
The stream ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStreamRequest.Builder streamId(String streamId)
The stream ID.
streamId - The stream ID.UpdateStreamRequest.Builder description(String description)
The description of the stream.
description - The description of the stream.UpdateStreamRequest.Builder files(Collection<StreamFile> files)
The files associated with the stream.
files - The files associated with the stream.UpdateStreamRequest.Builder files(StreamFile... files)
The files associated with the stream.
files - The files associated with the stream.UpdateStreamRequest.Builder files(Consumer<StreamFile.Builder>... files)
The files associated with the stream.
This is a convenience method that creates an instance of theStreamFile.Builder avoiding the need to create one manually
via StreamFile.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #files(List.
files - a consumer that will call methods on
StreamFile.Builder#files(java.util.Collection) UpdateStreamRequest.Builder roleArn(String roleArn)
An IAM role that allows the IoT service principal assumes to access your S3 files.
roleArn - An IAM role that allows the IoT service principal assumes to access your S3 files.UpdateStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.