Uses of Interface
software.amazon.awssdk.services.cloudfront.model.AnycastIpListCollection.Builder
Packages that use AnycastIpListCollection.Builder
-
Uses of AnycastIpListCollection.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return AnycastIpListCollection.BuilderModifier and TypeMethodDescriptionAnycastIpListCollection.builder()AnycastIpListCollection.Builder.isTruncated(Boolean isTruncated) If there are more items in the list collection than are in this response, this value istrue.AnycastIpListCollection.Builder.items(Collection<AnycastIpListSummary> items) Items in the Anycast static IP list collection.AnycastIpListCollection.Builder.items(Consumer<AnycastIpListSummary.Builder>... items) Items in the Anycast static IP list collection.AnycastIpListCollection.Builder.items(AnycastIpListSummary... items) Items in the Anycast static IP list collection.Use this field when paginating results to indicate where to begin in your list.The maximum number of Anycast static IP list collections that you want returned in the response.AnycastIpListCollection.Builder.nextMarker(String nextMarker) Indicates the next page of the Anycast static IP list collection.The quantity of Anycast static IP lists in the collection.AnycastIpListCollection.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type AnycastIpListCollection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AnycastIpListCollection.Builder>AnycastIpListCollection.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type AnycastIpListCollection.BuilderModifier and TypeMethodDescriptionListAnycastIpListsResponse.Builder.anycastIpLists(Consumer<AnycastIpListCollection.Builder> anycastIpLists) Root level tag for theAnycastIpListsparameters.