public static interface TransferInputDeviceRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<TransferInputDeviceRequest.Builder,TransferInputDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
TransferInputDeviceRequest.Builder |
inputDeviceId(String inputDeviceId)
The unique ID of this input device.
|
TransferInputDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TransferInputDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TransferInputDeviceRequest.Builder |
targetCustomerId(String targetCustomerId)
The AWS account ID (12 digits) for the recipient of the device transfer.
|
TransferInputDeviceRequest.Builder |
targetRegion(String targetRegion)
The target AWS region to transfer the device.
|
TransferInputDeviceRequest.Builder |
transferMessage(String transferMessage)
An optional message for the recipient.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTransferInputDeviceRequest.Builder inputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of this input device. For example, hd-123456789abcdef.TransferInputDeviceRequest.Builder targetCustomerId(String targetCustomerId)
targetCustomerId - The AWS account ID (12 digits) for the recipient of the device transfer.TransferInputDeviceRequest.Builder targetRegion(String targetRegion)
targetRegion - The target AWS region to transfer the device.TransferInputDeviceRequest.Builder transferMessage(String transferMessage)
transferMessage - An optional message for the recipient. Maximum 280 characters.TransferInputDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTransferInputDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.