Uses of Interface
software.amazon.awssdk.services.route53.model.ListTrafficPolicyInstancesByPolicyResponse.Builder
Packages that use ListTrafficPolicyInstancesByPolicyResponse.Builder
-
Uses of ListTrafficPolicyInstancesByPolicyResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListTrafficPolicyInstancesByPolicyResponse.BuilderModifier and TypeMethodDescriptionListTrafficPolicyInstancesByPolicyResponse.builder()ListTrafficPolicyInstancesByPolicyResponse.Builder.hostedZoneIdMarker(String hostedZoneIdMarker) IfIsTruncatedistrue,HostedZoneIdMarkeris the ID of the hosted zone of the first traffic policy instance in the next group of traffic policy instances.ListTrafficPolicyInstancesByPolicyResponse.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 the call toListTrafficPolicyInstancesByPolicythat produced the current response.ListTrafficPolicyInstancesByPolicyResponse.toBuilder()ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstanceNameMarker(String trafficPolicyInstanceNameMarker) IfIsTruncatedistrue,TrafficPolicyInstanceNameMarkeris the name of the first traffic policy instance in the next group ofMaxItemstraffic policy instances.ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstances(Collection<TrafficPolicyInstance> trafficPolicyInstances) A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstances(Consumer<TrafficPolicyInstance.Builder>... trafficPolicyInstances) A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstances(TrafficPolicyInstance... trafficPolicyInstances) A list that contains oneTrafficPolicyInstanceelement for each traffic policy instance that matches the elements in the request.ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstanceTypeMarker(String trafficPolicyInstanceTypeMarker) IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.ListTrafficPolicyInstancesByPolicyResponse.Builder.trafficPolicyInstanceTypeMarker(RRType trafficPolicyInstanceTypeMarker) IfIsTruncatedistrue,TrafficPolicyInstanceTypeMarkeris the DNS type of the resource record sets that are associated with the first traffic policy instance in the next group ofMaxItemstraffic policy instances.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListTrafficPolicyInstancesByPolicyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTrafficPolicyInstancesByPolicyResponse.Builder>ListTrafficPolicyInstancesByPolicyResponse.serializableBuilderClass()