Interface TransferringInputDeviceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>,SdkBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>,SdkPojo
- Enclosing class:
- TransferringInputDeviceSummary
public static interface TransferringInputDeviceSummary.Builder extends SdkPojo, CopyableBuilder<TransferringInputDeviceSummary.Builder,TransferringInputDeviceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransferringInputDeviceSummary.Builderid(String id)The unique ID of the input device.TransferringInputDeviceSummary.Buildermessage(String message)The optional message that the sender has attached to the transfer.TransferringInputDeviceSummary.BuildertargetCustomerId(String targetCustomerId)The AWS account ID for the recipient of the input device transfer.TransferringInputDeviceSummary.BuildertransferType(String transferType)The type (direction) of the input device transfer.TransferringInputDeviceSummary.BuildertransferType(InputDeviceTransferType transferType)The type (direction) of the input device transfer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
TransferringInputDeviceSummary.Builder id(String id)
The unique ID of the input device.- Parameters:
id- The unique ID of the input device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
TransferringInputDeviceSummary.Builder message(String message)
The optional message that the sender has attached to the transfer.- Parameters:
message- The optional message that the sender has attached to the transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetCustomerId
TransferringInputDeviceSummary.Builder targetCustomerId(String targetCustomerId)
The AWS account ID for the recipient of the input device transfer.- Parameters:
targetCustomerId- The AWS account ID for the recipient of the input device transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferType
TransferringInputDeviceSummary.Builder transferType(String transferType)
The type (direction) of the input device transfer.- Parameters:
transferType- The type (direction) of the input device transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceTransferType,InputDeviceTransferType
-
transferType
TransferringInputDeviceSummary.Builder transferType(InputDeviceTransferType transferType)
The type (direction) of the input device transfer.- Parameters:
transferType- The type (direction) of the input device transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InputDeviceTransferType,InputDeviceTransferType
-
-