Interface PhysicalEndpoint.Builder

  • Method Details

    • 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.
    • awsLocation

      default PhysicalEndpoint.Builder awsLocation(Consumer<AwsLocation.Builder> awsLocation)

      The location of a connection.

      This is a convenience method that creates an instance of the AwsLocation.Builder avoiding the need to create one manually via AwsLocation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to awsLocation(AwsLocation).

      Parameters:
      awsLocation - a consumer that will call methods on AwsLocation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • glueConnection

      default PhysicalEndpoint.Builder glueConnection(Consumer<GlueConnection.Builder> glueConnection)

      The Amazon Web Services Glue connection.

      This is a convenience method that creates an instance of the GlueConnection.Builder avoiding the need to create one manually via GlueConnection.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to glueConnection(GlueConnection).

      Parameters:
      glueConnection - a consumer that will call methods on GlueConnection.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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:
    • 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.