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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHealthChecksRequest.Buildermarker(String marker)If the value ofIsTruncatedin the previous response wastrue, you have more health checks.ListHealthChecksRequest.BuildermaxItems(String maxItems)The maximum number of health checks that you wantListHealthChecksto return in response to the current request.ListHealthChecksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHealthChecksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
marker
ListHealthChecksRequest.Builder marker(String marker)
If the value of
IsTruncatedin the previous response wastrue, you have more health checks. To get another group, submit anotherListHealthChecksrequest.For the value of
marker, specify the value ofNextMarkerfrom 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
IsTruncatedin the previous response wasfalse, there are no more health checks to get.- Parameters:
marker- If the value ofIsTruncatedin the previous response wastrue, you have more health checks. To get another group, submit anotherListHealthChecksrequest.For the value of
marker, specify the value ofNextMarkerfrom 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
IsTruncatedin the previous response wasfalse, there are no more health checks to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListHealthChecksRequest.Builder maxItems(String maxItems)
The maximum number of health checks that you want
ListHealthChecksto return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you setMaxItemsto a value greater than 1000, Route 53 returns only the first 1000 health checks.- Parameters:
maxItems- The maximum number of health checks that you wantListHealthChecksto return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you setMaxItemsto 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHealthChecksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-