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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInputDeviceTransfersResponse.BuilderinputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)The list of devices that you are transferring or are being transferred to you.ListInputDeviceTransfersResponse.BuilderinputDeviceTransfers(Consumer<TransferringInputDeviceSummary.Builder>... inputDeviceTransfers)The list of devices that you are transferring or are being transferred to you.ListInputDeviceTransfersResponse.BuilderinputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)The list of devices that you are transferring or are being transferred to you.ListInputDeviceTransfersResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaTransferringInputDeviceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#inputDeviceTransfers(List.) - 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:
#inputDeviceTransfers(java.util.Collection)
-
nextToken
ListInputDeviceTransfersResponse.Builder nextToken(String 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.
-
-