public static interface DescribeStreamResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeStreamResponse.Builder,DescribeStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeStreamResponse.Builder |
streamInfo(Consumer<StreamInfo.Builder> streamInfo)
Information about the stream.
|
DescribeStreamResponse.Builder |
streamInfo(StreamInfo streamInfo)
Information about the stream.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeStreamResponse.Builder streamInfo(StreamInfo streamInfo)
Information about the stream.
streamInfo - Information about the stream.default DescribeStreamResponse.Builder streamInfo(Consumer<StreamInfo.Builder> streamInfo)
Information about the stream.
This is a convenience that creates an instance of theStreamInfo.Builder avoiding the need to create
one manually via StreamInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to streamInfo(StreamInfo).streamInfo - a consumer that will call methods on StreamInfo.BuilderstreamInfo(StreamInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.