public static interface ListTrafficPoliciesResponse.Builder extends Route53Response.Builder, CopyableBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>
Modifier and Type | Method and Description |
---|---|
ListTrafficPoliciesResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more traffic policies to be listed.
|
ListTrafficPoliciesResponse.Builder |
maxItems(String maxItems)
The value that you specified for the
MaxItems parameter in the ListTrafficPolicies
request that produced the current response. |
ListTrafficPoliciesResponse.Builder |
trafficPolicyIdMarker(String trafficPolicyIdMarker)
If the value of
IsTruncated is true , TrafficPolicyIdMarker is the ID
of the first traffic policy in the next group of MaxItems traffic policies. |
ListTrafficPoliciesResponse.Builder |
trafficPolicySummaries(Collection<TrafficPolicySummary> trafficPolicySummaries)
A list that contains one
TrafficPolicySummary element for each traffic policy that was created
by the current AWS account. |
ListTrafficPoliciesResponse.Builder |
trafficPolicySummaries(Consumer<TrafficPolicySummary.Builder>... trafficPolicySummaries)
A list that contains one
TrafficPolicySummary element for each traffic policy that was created
by the current AWS account. |
ListTrafficPoliciesResponse.Builder |
trafficPolicySummaries(TrafficPolicySummary... trafficPolicySummaries)
A list that contains one
TrafficPolicySummary element for each traffic policy that was created
by the current AWS account. |
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListTrafficPoliciesResponse.Builder trafficPolicySummaries(Collection<TrafficPolicySummary> trafficPolicySummaries)
A list that contains one TrafficPolicySummary
element for each traffic policy that was created
by the current AWS account.
trafficPolicySummaries
- A list that contains one TrafficPolicySummary
element for each traffic policy that was
created by the current AWS account.ListTrafficPoliciesResponse.Builder trafficPolicySummaries(TrafficPolicySummary... trafficPolicySummaries)
A list that contains one TrafficPolicySummary
element for each traffic policy that was created
by the current AWS account.
trafficPolicySummaries
- A list that contains one TrafficPolicySummary
element for each traffic policy that was
created by the current AWS account.ListTrafficPoliciesResponse.Builder trafficPolicySummaries(Consumer<TrafficPolicySummary.Builder>... trafficPolicySummaries)
A list that contains one TrafficPolicySummary
element for each traffic policy that was created
by 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 #trafficPolicySummaries(List)
.trafficPolicySummaries
- a consumer that will call methods on List.Builder
#trafficPolicySummaries(List)
ListTrafficPoliciesResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more traffic policies to be listed. If the response was truncated,
you can get the next group of traffic policies by submitting another ListTrafficPolicies
request
and specifying the value of TrafficPolicyIdMarker
in the TrafficPolicyIdMarker
request parameter.
isTruncated
- A flag that indicates whether there are more traffic policies to be listed. If the response was
truncated, you can get the next group of traffic policies by submitting another
ListTrafficPolicies
request and specifying the value of
TrafficPolicyIdMarker
in the TrafficPolicyIdMarker
request parameter.ListTrafficPoliciesResponse.Builder trafficPolicyIdMarker(String trafficPolicyIdMarker)
If the value of IsTruncated
is true
, TrafficPolicyIdMarker
is the ID
of the first traffic policy in the next group of MaxItems
traffic policies.
trafficPolicyIdMarker
- If the value of IsTruncated
is true
, TrafficPolicyIdMarker
is
the ID of the first traffic policy in the next group of MaxItems
traffic policies.ListTrafficPoliciesResponse.Builder maxItems(String maxItems)
The value that you specified for the MaxItems
parameter in the ListTrafficPolicies
request that produced the current response.
maxItems
- The value that you specified for the MaxItems
parameter in the
ListTrafficPolicies
request that produced the current response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.