public static interface ListInputDeviceTransfersResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListInputDeviceTransfersResponse.Builder,ListInputDeviceTransfersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInputDeviceTransfersResponse.Builder |
inputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResponse.Builder |
inputDeviceTransfers(Consumer<TransferringInputDeviceSummary.Builder>... inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResponse.Builder |
inputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResponse.Builder |
nextToken(String nextToken)
A token to get additional list results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInputDeviceTransfersResponse.Builder inputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.ListInputDeviceTransfersResponse.Builder inputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)
inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.ListInputDeviceTransfersResponse.Builder inputDeviceTransfers(Consumer<TransferringInputDeviceSummary.Builder>... inputDeviceTransfers)
TransferringInputDeviceSummary.Builder avoiding the
need to create one manually via
TransferringInputDeviceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #inputDeviceTransfers(List.
inputDeviceTransfers - a consumer that will call methods on
TransferringInputDeviceSummary.Builder#inputDeviceTransfers(java.util.Collection) ListInputDeviceTransfersResponse.Builder nextToken(String nextToken)
nextToken - A token to get additional list results.Copyright © 2022. All rights reserved.