public static interface ListInputsResponse.Builder extends MediaLiveResponse.Builder, 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(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
copy
apply, 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 nextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.