Uses of Interface
software.amazon.awssdk.services.route53.model.ListTrafficPolicyInstancesByHostedZoneResponse.Builder
Packages that use ListTrafficPolicyInstancesByHostedZoneResponse.Builder
-
Uses of ListTrafficPolicyInstancesByHostedZoneResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListTrafficPolicyInstancesByHostedZoneResponse.BuilderModifier and TypeMethodDescriptionListTrafficPolicyInstancesByHostedZoneResponse.builder()ListTrafficPolicyInstancesByHostedZoneResponse.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether there are more traffic policy instances to be listed.The value that you specified for theMaxItemsparameter in theListTrafficPolicyInstancesByHostedZonerequest that produced the current response.ListTrafficPolicyInstancesByHostedZoneResponse.toBuilder()ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker) IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group of traffic policy instances.ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances) A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstances(Consumer<TrafficPolicyInstance.Builder>... trafficPolicyInstances) A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances) A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker) IfIsTruncatedis true,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of traffic policy instances.ListTrafficPolicyInstancesByHostedZoneResponse.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedis true,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group of traffic policy instances.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListTrafficPolicyInstancesByHostedZoneResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTrafficPolicyInstancesByHostedZoneResponse.Builder>ListTrafficPolicyInstancesByHostedZoneResponse.serializableBuilderClass()