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)
Add an optional request override configuration.
|
UpdateStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #files(List) .files - a consumer that will call methods on List.Builder #files(List) 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.