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