Interface HealthCheckPathSourceResponseObject.Builder

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

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

    • subnetId

      The ID of the subnet for the source.

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

      HealthCheckPathSourceResponseObject.Builder securityGroupId(String securityGroupId)

      The ID of the security group for the source.

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