public static interface UpdateStreamResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateStreamResponse.Builder,UpdateStreamResponse>
Modifier and Type | Method and Description |
---|---|
UpdateStreamResponse.Builder |
description(String description)
A description of the stream.
|
UpdateStreamResponse.Builder |
streamArn(String streamArn)
The stream ARN.
|
UpdateStreamResponse.Builder |
streamId(String streamId)
The stream ID.
|
UpdateStreamResponse.Builder |
streamVersion(Integer streamVersion)
The stream version.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateStreamResponse.Builder streamId(String streamId)
The stream ID.
streamId
- The stream ID.UpdateStreamResponse.Builder streamArn(String streamArn)
The stream ARN.
streamArn
- The stream ARN.UpdateStreamResponse.Builder description(String description)
A description of the stream.
description
- A description of the stream.UpdateStreamResponse.Builder streamVersion(Integer streamVersion)
The stream version.
streamVersion
- The stream version.Copyright © 2023. All rights reserved.