CopyableBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>, SdkBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>public static interface ListTrafficPoliciesResponse.Builder extends CopyableBuilder<ListTrafficPoliciesResponse.Builder,ListTrafficPoliciesResponse>
| Modifier and Type | Method | 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(TrafficPolicySummary... trafficPolicySummaries) |
A list that contains one
TrafficPolicySummary element for each traffic policy that was created
by the current AWS account. |
copyapply, buildListTrafficPoliciesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTrafficPolicySummaries(java.util.Collection) or
#withTrafficPolicySummaries(java.util.Collection) if you want to override the existing values.
trafficPolicySummaries - A list that contains one TrafficPolicySummary element for each traffic policy that was
created by the current AWS account.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.