Interface ListInputDeviceTransfersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListInputDeviceTransfersResponse.Builder,
,ListInputDeviceTransfersResponse> MediaLiveResponse.Builder
,SdkBuilder<ListInputDeviceTransfersResponse.Builder,
,ListInputDeviceTransfersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListInputDeviceTransfersResponse
public static interface ListInputDeviceTransfersResponse.Builder
extends MediaLiveResponse.Builder, SdkPojo, CopyableBuilder<ListInputDeviceTransfersResponse.Builder,ListInputDeviceTransfersResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninputDeviceTransfers
(Collection<TransferringInputDeviceSummary> inputDeviceTransfers) The list of devices that you are transferring or are being transferred to you.inputDeviceTransfers
(Consumer<TransferringInputDeviceSummary.Builder>... inputDeviceTransfers) The list of devices that you are transferring or are being transferred to you.inputDeviceTransfers
(TransferringInputDeviceSummary... inputDeviceTransfers) The list of devices that you are transferring or are being transferred to you.A token to get additional list results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
inputDeviceTransfers
ListInputDeviceTransfersResponse.Builder inputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers) The list of devices that you are transferring or are being transferred to you.- Parameters:
inputDeviceTransfers
- The list of devices that you are transferring or are being transferred to you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDeviceTransfers
ListInputDeviceTransfersResponse.Builder inputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers) The list of devices that you are transferring or are being transferred to you.- Parameters:
inputDeviceTransfers
- The list of devices that you are transferring or are being transferred to you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDeviceTransfers
ListInputDeviceTransfersResponse.Builder inputDeviceTransfers(Consumer<TransferringInputDeviceSummary.Builder>... inputDeviceTransfers) The list of devices that you are transferring or are being transferred to you. This is a convenience method that creates an instance of theTransferringInputDeviceSummary.Builder
avoiding the need to create one manually viaTransferringInputDeviceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputDeviceTransfers(List<TransferringInputDeviceSummary>)
.- Parameters:
inputDeviceTransfers
- a consumer that will call methods onTransferringInputDeviceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to get additional list results.- Parameters:
nextToken
- A token to get additional list results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-