Interface Input.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Input.Builder,,Input> SdkBuilder<Input.Builder,,Input> SdkPojo
- Enclosing class:
 Input
- 
Method Summary
Modifier and TypeMethodDescriptiondefault Input.BuilderinputConfiguration(Consumer<InputConfiguration.Builder> inputConfiguration) Information about the configuration of an input.inputConfiguration(InputConfiguration inputConfiguration) Information about the configuration of an input.default Input.BuilderinputDefinition(Consumer<InputDefinition.Builder> inputDefinition) The definition of the input.inputDefinition(InputDefinition inputDefinition) The definition of the input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
inputConfiguration
Information about the configuration of an input.
- Parameters:
 inputConfiguration- Information about the configuration of an input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
inputConfiguration
Information about the configuration of an input.
This is a convenience method that creates an instance of theInputConfiguration.Builderavoiding the need to create one manually viaInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputConfiguration(InputConfiguration).- Parameters:
 inputConfiguration- a consumer that will call methods onInputConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
inputDefinition
The definition of the input.
- Parameters:
 inputDefinition- The definition of the input.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
inputDefinition
The definition of the input.
This is a convenience method that creates an instance of theInputDefinition.Builderavoiding the need to create one manually viaInputDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputDefinition(InputDefinition).- Parameters:
 inputDefinition- a consumer that will call methods onInputDefinition.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -