JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.medialive.model

Class TransferInputDeviceRequest

    • Constructor Detail

      • TransferInputDeviceRequest

        public TransferInputDeviceRequest()
    • Method Detail

      • setInputDeviceId

        public void setInputDeviceId(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.
      • getInputDeviceId

        public String getInputDeviceId()
        The unique ID of this input device. For example, hd-123456789abcdef.
        Returns:
        The unique ID of this input device. For example, hd-123456789abcdef.
      • withInputDeviceId

        public TransferInputDeviceRequest withInputDeviceId(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.
      • setTargetCustomerId

        public void setTargetCustomerId(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.
      • getTargetCustomerId

        public String getTargetCustomerId()
        The AWS account ID (12 digits) for the recipient of the device transfer.
        Returns:
        The AWS account ID (12 digits) for the recipient of the device transfer.
      • withTargetCustomerId

        public TransferInputDeviceRequest withTargetCustomerId(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.
      • setTargetRegion

        public void setTargetRegion(String targetRegion)
        The target AWS region to transfer the device.
        Parameters:
        targetRegion - The target AWS region to transfer the device.
      • getTargetRegion

        public String getTargetRegion()
        The target AWS region to transfer the device.
        Returns:
        The target AWS region to transfer the device.
      • withTargetRegion

        public TransferInputDeviceRequest withTargetRegion(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.
      • setTransferMessage

        public void setTransferMessage(String transferMessage)
        An optional message for the recipient. Maximum 280 characters.
        Parameters:
        transferMessage - An optional message for the recipient. Maximum 280 characters.
      • getTransferMessage

        public String getTransferMessage()
        An optional message for the recipient. Maximum 280 characters.
        Returns:
        An optional message for the recipient. Maximum 280 characters.
      • withTransferMessage

        public TransferInputDeviceRequest withTransferMessage(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /