Interface StartConnectionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartConnectionResponse.Builder,StartConnectionResponse>, OutpostsResponse.Builder, SdkBuilder<StartConnectionResponse.Builder,StartConnectionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartConnectionResponse

public static interface StartConnectionResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<StartConnectionResponse.Builder,StartConnectionResponse>
  • Method Details

    • connectionId

      StartConnectionResponse.Builder connectionId(String connectionId)

      The ID of the connection.

      Parameters:
      connectionId - The ID of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • underlayIpAddress

      StartConnectionResponse.Builder underlayIpAddress(String underlayIpAddress)

      The underlay IP address.

      Parameters:
      underlayIpAddress - The underlay IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.