public static interface DescribeInputResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<DescribeInputResponse.Builder,DescribeInputResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeInputResponse.Builder |
input(Consumer<Input.Builder> input)
Information about the input.
|
DescribeInputResponse.Builder |
input(Input input)
Information about the input.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInputResponse.Builder input(Input input)
Information about the input.
input - Information about the input.default DescribeInputResponse.Builder input(Consumer<Input.Builder> input)
Information about the input.
This is a convenience method that creates an instance of theInput.Builder avoiding the need to
create one manually via Input.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to input(Input).
input - a consumer that will call methods on Input.Builderinput(Input)Copyright © 2023. All rights reserved.