Uses of Interface
software.amazon.awssdk.services.cloudfront.model.InvalidationList.Builder
Packages that use InvalidationList.Builder
-
Uses of InvalidationList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return InvalidationList.BuilderModifier and TypeMethodDescriptionstatic InvalidationList.BuilderInvalidationList.builder()InvalidationList.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether more invalidation batch requests remain to be listed.InvalidationList.Builder.items(Collection<InvalidationSummary> items) A complex type that contains oneInvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.InvalidationList.Builder.items(Consumer<InvalidationSummary.Builder>... items) A complex type that contains oneInvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.InvalidationList.Builder.items(InvalidationSummary... items) A complex type that contains oneInvalidationSummaryelement for each invalidation batch created by the current Amazon Web Services account.The value that you provided for theMarkerrequest parameter.The value that you provided for theMaxItemsrequest parameter.InvalidationList.Builder.nextMarker(String nextMarker) IfIsTruncatedistrue, this element is present and contains the value that you can use for theMarkerrequest parameter to continue listing your invalidation batches where they left off.The number of invalidation batches that were created by the current Amazon Web Services account.InvalidationList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type InvalidationList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InvalidationList.Builder>InvalidationList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type InvalidationList.BuilderModifier and TypeMethodDescriptionListInvalidationsForDistributionTenantResponse.Builder.invalidationList(Consumer<InvalidationList.Builder> invalidationList) Sets the value of the InvalidationList property for this object.ListInvalidationsResponse.Builder.invalidationList(Consumer<InvalidationList.Builder> invalidationList) Information about invalidation batches.