public static interface TransferringInputDeviceSummary.Builder extends SdkPojo, CopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>
| Modifier and Type | Method and Description |
|---|---|
TransferringInputDeviceSummary.Builder |
id(String id)
The unique ID of the input device.
|
TransferringInputDeviceSummary.Builder |
message(String message)
The optional message that the sender has attached to the transfer.
|
TransferringInputDeviceSummary.Builder |
targetCustomerId(String targetCustomerId)
The AWS account ID for the recipient of the input device transfer.
|
TransferringInputDeviceSummary.Builder |
transferType(InputDeviceTransferType transferType)
The type (direction) of the input device transfer.
|
TransferringInputDeviceSummary.Builder |
transferType(String transferType)
The type (direction) of the input device transfer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransferringInputDeviceSummary.Builder id(String id)
id - The unique ID of the input device.TransferringInputDeviceSummary.Builder message(String message)
message - The optional message that the sender has attached to the transfer.TransferringInputDeviceSummary.Builder targetCustomerId(String targetCustomerId)
targetCustomerId - The AWS account ID for the recipient of the input device transfer.TransferringInputDeviceSummary.Builder transferType(String transferType)
transferType - The type (direction) of the input device transfer.InputDeviceTransferType,
InputDeviceTransferTypeTransferringInputDeviceSummary.Builder transferType(InputDeviceTransferType transferType)
transferType - The type (direction) of the input device transfer.InputDeviceTransferType,
InputDeviceTransferTypeCopyright © 2022. All rights reserved.