public static interface Input.Builder extends SdkPojo, CopyableBuilder<Input.Builder,Input>
| Modifier and Type | Method and Description |
|---|---|
default Input.Builder |
inputConfiguration(Consumer<InputConfiguration.Builder> inputConfiguration)
Information about the configuration of an input.
|
Input.Builder |
inputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
|
default Input.Builder |
inputDefinition(Consumer<InputDefinition.Builder> inputDefinition)
The definition of the input.
|
Input.Builder |
inputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInput.Builder inputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
inputConfiguration - Information about the configuration of an input.default Input.Builder inputConfiguration(Consumer<InputConfiguration.Builder> inputConfiguration)
Information about the configuration of an 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)Input.Builder inputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition - The definition of the input.default Input.Builder inputDefinition(Consumer<InputDefinition.Builder> inputDefinition)
The definition of the input.
This is a convenience that creates an instance of theInputDefinition.Builder avoiding the need to
create one manually via InputDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to inputDefinition(InputDefinition).inputDefinition - a consumer that will call methods on InputDefinition.BuilderinputDefinition(InputDefinition)Copyright © 2022. All rights reserved.