Interface HealthCheckPathDestinationResponseObject.Builder

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

@Mutable @NotThreadSafe public static interface HealthCheckPathDestinationResponseObject.Builder extends SdkPojo, CopyableBuilder<HealthCheckPathDestinationResponseObject.Builder,HealthCheckPathDestinationResponseObject>
  • 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

      HealthCheckPathDestinationResponseObject.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.