public static interface UpdateInputResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<UpdateInputResponse.Builder,UpdateInputResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateInputResponse.Builder |
input(Consumer<Input.Builder> input)
Sets the value of the Input property for this object.
|
UpdateInputResponse.Builder |
input(Input input)
Sets the value of the Input property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateInputResponse.Builder input(Input input)
input
- The new value for the Input property for this object.default UpdateInputResponse.Builder input(Consumer<Input.Builder> input)
Input.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.Builder
input(Input)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.