Interface HealthCheckPathDestinationRequestObject.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HealthCheckPathDestinationRequestObject.Builder,HealthCheckPathDestinationRequestObject>, SdkBuilder<HealthCheckPathDestinationRequestObject.Builder,HealthCheckPathDestinationRequestObject>, SdkPojo
Enclosing class:
HealthCheckPathDestinationRequestObject

@Mutable @NotThreadSafe public static interface HealthCheckPathDestinationRequestObject.Builder extends SdkPojo, CopyableBuilder<HealthCheckPathDestinationRequestObject.Builder,HealthCheckPathDestinationRequestObject>
  • Method Details

    • subnetId

      The ID of the subnet for the destination.

      Parameters:
      subnetId - The ID of the subnet for the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupId

      HealthCheckPathDestinationRequestObject.Builder securityGroupId(String securityGroupId)

      The ID of the security group for the destination.

      Parameters:
      securityGroupId - The ID of the security group for the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.