public static interface ListInputsResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListInputsResponse.Builder,ListInputsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInputsResponse.Builder |
inputs(Collection<Input> inputs)
Sets the value of the Inputs property for this object.
|
ListInputsResponse.Builder |
inputs(Consumer<Input.Builder>... inputs)
Sets the value of the Inputs property for this object.
|
ListInputsResponse.Builder |
inputs(Input... inputs)
Sets the value of the Inputs property for this object.
|
ListInputsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInputsResponse.Builder inputs(Collection<Input> inputs)
inputs - The new value for the Inputs property for this object.ListInputsResponse.Builder inputs(Input... inputs)
inputs - The new value for the Inputs property for this object.ListInputsResponse.Builder inputs(Consumer<Input.Builder>... inputs)
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 #inputs(List).
inputs - a consumer that will call methods on
Input.Builder#inputs(java.util.Collection)ListInputsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.