Interface TransferInputDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TransferInputDeviceRequest.Builder,TransferInputDeviceRequest>,MediaLiveRequest.Builder,SdkBuilder<TransferInputDeviceRequest.Builder,TransferInputDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TransferInputDeviceRequest
public static interface TransferInputDeviceRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<TransferInputDeviceRequest.Builder,TransferInputDeviceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransferInputDeviceRequest.BuilderinputDeviceId(String inputDeviceId)The unique ID of this input device.TransferInputDeviceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TransferInputDeviceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TransferInputDeviceRequest.BuildertargetCustomerId(String targetCustomerId)The AWS account ID (12 digits) for the recipient of the device transfer.TransferInputDeviceRequest.BuildertargetRegion(String targetRegion)The target AWS region to transfer the device.TransferInputDeviceRequest.BuildertransferMessage(String transferMessage)An optional message for the recipient.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medialive.model.MediaLiveRequest.Builder
build
-
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
-
inputDeviceId
TransferInputDeviceRequest.Builder inputDeviceId(String inputDeviceId)
The unique ID of this input device. For example, hd-123456789abcdef.- Parameters:
inputDeviceId- The unique ID of this input device. For example, hd-123456789abcdef.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetCustomerId
TransferInputDeviceRequest.Builder targetCustomerId(String targetCustomerId)
The AWS account ID (12 digits) for the recipient of the device transfer.- Parameters:
targetCustomerId- The AWS account ID (12 digits) for the recipient of the device transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetRegion
TransferInputDeviceRequest.Builder targetRegion(String targetRegion)
The target AWS region to transfer the device.- Parameters:
targetRegion- The target AWS region to transfer the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferMessage
TransferInputDeviceRequest.Builder transferMessage(String transferMessage)
An optional message for the recipient. Maximum 280 characters.- Parameters:
transferMessage- An optional message for the recipient. Maximum 280 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TransferInputDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TransferInputDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-