Interface ListHealthChecksResponse.Builder

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

public static interface ListHealthChecksResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListHealthChecksResponse.Builder,ListHealthChecksResponse>
  • Method Details

    • healthChecks

      A complex type that contains one HealthCheck element for each health check that is associated with the current Amazon Web Services account.

      Parameters:
      healthChecks - A complex type that contains one HealthCheck element for each health check that is associated with the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • healthChecks

      ListHealthChecksResponse.Builder healthChecks(HealthCheck... healthChecks)

      A complex type that contains one HealthCheck element for each health check that is associated with the current Amazon Web Services account.

      Parameters:
      healthChecks - A complex type that contains one HealthCheck element for each health check that is associated with the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • healthChecks

      A complex type that contains one HealthCheck element for each health check that is associated with the current Amazon Web Services account.

      This is a convenience method that creates an instance of the HealthCheck.Builder avoiding the need to create one manually via HealthCheck.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to healthChecks(List<HealthCheck>).

      Parameters:
      healthChecks - a consumer that will call methods on HealthCheck.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • marker

      For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.

      Parameters:
      marker - For the second and subsequent calls to ListHealthChecks, Marker is the value that you specified for the marker parameter in the previous request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isTruncated

      ListHealthChecksResponse.Builder isTruncated(Boolean isTruncated)

      A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of health checks by submitting another ListHealthChecks request and specifying the value of NextMarker in the marker parameter.

      Parameters:
      isTruncated - A flag that indicates whether there are more health checks to be listed. If the response was truncated, you can get the next group of health checks by submitting another ListHealthChecks request and specifying the value of NextMarker in the marker parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextMarker

      ListHealthChecksResponse.Builder nextMarker(String nextMarker)

      If IsTruncated is true, the value of NextMarker identifies the first health check that Amazon Route 53 returns if you submit another ListHealthChecks request and specify the value of NextMarker in the marker parameter.

      Parameters:
      nextMarker - If IsTruncated is true, the value of NextMarker identifies the first health check that Amazon Route 53 returns if you submit another ListHealthChecks request and specify the value of NextMarker in the marker parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.

      Parameters:
      maxItems - The value that you specified for the maxitems parameter in the call to ListHealthChecks that produced the current response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.