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