Interface PhysicalEndpoint.Builder

    • Method Detail

      • awsLocation

        PhysicalEndpoint.Builder awsLocation​(AwsLocation awsLocation)

        The location of a connection.

        Parameters:
        awsLocation - The location of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glueConnection

        PhysicalEndpoint.Builder glueConnection​(GlueConnection glueConnection)

        The Amazon Web Services Glue connection.

        Parameters:
        glueConnection - The Amazon Web Services Glue connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • glueConnectionName

        PhysicalEndpoint.Builder glueConnectionName​(String glueConnectionName)

        The Amazon Web Services Glue connection name.

        Parameters:
        glueConnectionName - The Amazon Web Services Glue connection name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • host

        PhysicalEndpoint.Builder host​(String host)

        The host in the physical endpoints of a connection.

        Parameters:
        host - The host in the physical endpoints of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        PhysicalEndpoint.Builder port​(Integer port)

        The port in the physical endpoints of a connection.

        Parameters:
        port - The port in the physical endpoints of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocol

        PhysicalEndpoint.Builder protocol​(String protocol)

        The protocol in the physical endpoints of a connection.

        Parameters:
        protocol - The protocol in the physical endpoints of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • protocol

        PhysicalEndpoint.Builder protocol​(Protocol protocol)

        The protocol in the physical endpoints of a connection.

        Parameters:
        protocol - The protocol in the physical endpoints of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • stage

        PhysicalEndpoint.Builder stage​(String stage)

        The stage in the physical endpoints of a connection.

        Parameters:
        stage - The stage in the physical endpoints of a connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.