Interface ListHealthChecksRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListHealthChecksRequest.Builder,ListHealthChecksRequest>, Route53Request.Builder, SdkBuilder<ListHealthChecksRequest.Builder,ListHealthChecksRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListHealthChecksRequest

public static interface ListHealthChecksRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListHealthChecksRequest.Builder,ListHealthChecksRequest>
  • Method Details

    • marker

      If the value of IsTruncated in the previous response was true, you have more health checks. To get another group, submit another ListHealthChecks request.

      For the value of marker, specify the value of NextMarker from the previous response, which is the ID of the first health check that Amazon Route 53 will return if you submit another request.

      If the value of IsTruncated in the previous response was false, there are no more health checks to get.

      Parameters:
      marker - If the value of IsTruncated in the previous response was true, you have more health checks. To get another group, submit another ListHealthChecks request.

      For the value of marker, specify the value of NextMarker from the previous response, which is the ID of the first health check that Amazon Route 53 will return if you submit another request.

      If the value of IsTruncated in the previous response was false, there are no more health checks to get.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      The maximum number of health checks that you want ListHealthChecks to return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you set MaxItems to a value greater than 1000, Route 53 returns only the first 1000 health checks.

      Parameters:
      maxItems - The maximum number of health checks that you want ListHealthChecks to return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you set MaxItems to a value greater than 1000, Route 53 returns only the first 1000 health checks.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListHealthChecksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.