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 ConnectionDetails

    • Constructor Detail

      • ConnectionDetails

        public ConnectionDetails()
    • Method Detail

      • 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 ConnectionDetails 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.
      • setServerPublicKey

        public void setServerPublicKey(String serverPublicKey)

        The public key of the server.

        Parameters:
        serverPublicKey - The public key of the server.
      • getServerPublicKey

        public String getServerPublicKey()

        The public key of the server.

        Returns:
        The public key of the server.
      • withServerPublicKey

        public ConnectionDetails withServerPublicKey(String serverPublicKey)

        The public key of the server.

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

        public void setServerEndpoint(String serverEndpoint)

        The endpoint for the server.

        Parameters:
        serverEndpoint - The endpoint for the server.
      • getServerEndpoint

        public String getServerEndpoint()

        The endpoint for the server.

        Returns:
        The endpoint for the server.
      • withServerEndpoint

        public ConnectionDetails withServerEndpoint(String serverEndpoint)

        The endpoint for the server.

        Parameters:
        serverEndpoint - The endpoint for the server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientTunnelAddress

        public void setClientTunnelAddress(String clientTunnelAddress)

        The client tunnel address.

        Parameters:
        clientTunnelAddress - The client tunnel address.
      • getClientTunnelAddress

        public String getClientTunnelAddress()

        The client tunnel address.

        Returns:
        The client tunnel address.
      • withClientTunnelAddress

        public ConnectionDetails withClientTunnelAddress(String clientTunnelAddress)

        The client tunnel address.

        Parameters:
        clientTunnelAddress - The client tunnel address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setServerTunnelAddress

        public void setServerTunnelAddress(String serverTunnelAddress)

        The server tunnel address.

        Parameters:
        serverTunnelAddress - The server tunnel address.
      • getServerTunnelAddress

        public String getServerTunnelAddress()

        The server tunnel address.

        Returns:
        The server tunnel address.
      • withServerTunnelAddress

        public ConnectionDetails withServerTunnelAddress(String serverTunnelAddress)

        The server tunnel address.

        Parameters:
        serverTunnelAddress - The server tunnel address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAllowedIps

        public List<String> getAllowedIps()

        The allowed IP addresses.

        Returns:
        The allowed IP addresses.
      • setAllowedIps

        public void setAllowedIps(Collection<String> allowedIps)

        The allowed IP addresses.

        Parameters:
        allowedIps - The allowed IP addresses.
      • withAllowedIps

        public ConnectionDetails withAllowedIps(Collection<String> allowedIps)

        The allowed IP addresses.

        Parameters:
        allowedIps - The allowed IP addresses.
        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 によって変換されたページ (->オリジナル) /