public static interface ListHealthChecksResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListHealthChecksResponse.Builder,ListHealthChecksResponse>
Modifier and Type | Method and Description |
---|---|
ListHealthChecksResponse.Builder |
healthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated
with the current AWS account. |
ListHealthChecksResponse.Builder |
healthChecks(Consumer<HealthCheck.Builder>... healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated
with the current AWS account. |
ListHealthChecksResponse.Builder |
healthChecks(HealthCheck... healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated
with the current AWS account. |
ListHealthChecksResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more health checks to be listed.
|
ListHealthChecksResponse.Builder |
marker(String marker)
For the second and subsequent calls to
ListHealthChecks , Marker is the value that
you specified for the marker parameter in the previous request. |
ListHealthChecksResponse.Builder |
maxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListHealthChecks that produced the current response. |
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. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListHealthChecksResponse.Builder healthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one HealthCheck
element for each health check that is associated
with the current AWS account.
healthChecks
- A complex type that contains one HealthCheck
element for each health check that is
associated with the current AWS account.ListHealthChecksResponse.Builder healthChecks(HealthCheck... healthChecks)
A complex type that contains one HealthCheck
element for each health check that is associated
with the current AWS account.
healthChecks
- A complex type that contains one HealthCheck
element for each health check that is
associated with the current AWS account.ListHealthChecksResponse.Builder healthChecks(Consumer<HealthCheck.Builder>... healthChecks)
A complex type that contains one HealthCheck
element for each health check that is associated
with the current AWS account.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #healthChecks(List)
.healthChecks
- a consumer that will call methods on List.Builder
#healthChecks(List)
ListHealthChecksResponse.Builder marker(String marker)
For the second and subsequent calls to ListHealthChecks
, Marker
is the value that
you specified for the marker
parameter in the previous request.
marker
- For the second and subsequent calls to ListHealthChecks
, Marker
is the value
that you specified for the marker
parameter in the previous request.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.
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.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.
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.ListHealthChecksResponse.Builder maxItems(String maxItems)
The value that you specified for the maxitems
parameter in the call to
ListHealthChecks
that produced the current response.
maxItems
- The value that you specified for the maxitems
parameter in the call to
ListHealthChecks
that produced the current response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.