Interface UpdateInputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateInputResponse.Builder,
,UpdateInputResponse> IotEventsResponse.Builder
,SdkBuilder<UpdateInputResponse.Builder,
,UpdateInputResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateInputResponse
@Mutable
@NotThreadSafe
public static interface UpdateInputResponse.Builder
extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<UpdateInputResponse.Builder,UpdateInputResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateInputResponse.Builder
inputConfiguration
(Consumer<InputConfiguration.Builder> inputConfiguration) Information about the configuration of the input.inputConfiguration
(InputConfiguration inputConfiguration) Information about the configuration of the input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
inputConfiguration
Information about the configuration of the input.
- Parameters:
inputConfiguration
- Information about the configuration of the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputConfiguration
default UpdateInputResponse.Builder inputConfiguration(Consumer<InputConfiguration.Builder> inputConfiguration) Information about the configuration of the input.
This is a convenience method that creates an instance of theInputConfiguration.Builder
avoiding the need to create one manually viaInputConfiguration.builder()
.When the
Consumer
completes,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:
-