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.outposts.model

Class StartConnectionRequest

    • Constructor Detail

      • StartConnectionRequest

        public StartConnectionRequest()
    • Method Detail

      • setDeviceSerialNumber

        public void setDeviceSerialNumber(String deviceSerialNumber)

        The serial number of the dongle.

        Parameters:
        deviceSerialNumber - The serial number of the dongle.
      • getDeviceSerialNumber

        public String getDeviceSerialNumber()

        The serial number of the dongle.

        Returns:
        The serial number of the dongle.
      • withDeviceSerialNumber

        public StartConnectionRequest withDeviceSerialNumber(String deviceSerialNumber)

        The serial number of the dongle.

        Parameters:
        deviceSerialNumber - The serial number of the dongle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAssetId

        public void setAssetId(String assetId)

        The ID of the Outpost server.

        Parameters:
        assetId - The ID of the Outpost server.
      • getAssetId

        public String getAssetId()

        The ID of the Outpost server.

        Returns:
        The ID of the Outpost server.
      • withAssetId

        public StartConnectionRequest withAssetId(String assetId)

        The ID of the Outpost server.

        Parameters:
        assetId - The ID of the Outpost server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientPublicKey

        public void setClientPublicKey(String clientPublicKey)

        The public key of the client.

        Parameters:
        clientPublicKey - The public key of the client.
      • getClientPublicKey

        public String getClientPublicKey()

        The public key of the client.

        Returns:
        The public key of the client.
      • withClientPublicKey

        public StartConnectionRequest withClientPublicKey(String clientPublicKey)

        The public key of the client.

        Parameters:
        clientPublicKey - The public key of the client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNetworkInterfaceDeviceIndex

        public void setNetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)

        The device index of the network interface on the Outpost server.

        Parameters:
        networkInterfaceDeviceIndex - The device index of the network interface on the Outpost server.
      • getNetworkInterfaceDeviceIndex

        public Integer getNetworkInterfaceDeviceIndex()

        The device index of the network interface on the Outpost server.

        Returns:
        The device index of the network interface on the Outpost server.
      • withNetworkInterfaceDeviceIndex

        public StartConnectionRequest withNetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)

        The device index of the network interface on the Outpost server.

        Parameters:
        networkInterfaceDeviceIndex - The device index of the network interface on the Outpost server.
        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 によって変換されたページ (->オリジナル) /