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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListInputsResponse.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)
List.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #inputs(List)
.inputs
- a consumer that will call methods on List.Builder
#inputs(List)
ListInputsResponse.Builder nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.