Interface HealthCheckPathSourceRequestObject.Builder

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

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

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