Uses of Interface
software.amazon.awssdk.services.cloudfront.model.RealtimeLogConfigs.Builder
Packages that use RealtimeLogConfigs.Builder
-
Uses of RealtimeLogConfigs.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return RealtimeLogConfigs.BuilderModifier and TypeMethodDescriptionstatic RealtimeLogConfigs.BuilderRealtimeLogConfigs.builder()RealtimeLogConfigs.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether there are more real-time log configurations than are contained in this list.RealtimeLogConfigs.Builder.items(Collection<RealtimeLogConfig> items) Contains the list of real-time log configurations.RealtimeLogConfigs.Builder.items(Consumer<RealtimeLogConfig.Builder>... items) Contains the list of real-time log configurations.RealtimeLogConfigs.Builder.items(RealtimeLogConfig... items) Contains the list of real-time log configurations.This parameter indicates where this list of real-time log configurations begins.The maximum number of real-time log configurations requested.RealtimeLogConfigs.Builder.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.RealtimeLogConfigs.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type RealtimeLogConfigs.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RealtimeLogConfigs.Builder>RealtimeLogConfigs.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type RealtimeLogConfigs.BuilderModifier and TypeMethodDescriptionListRealtimeLogConfigsResponse.Builder.realtimeLogConfigs(Consumer<RealtimeLogConfigs.Builder> realtimeLogConfigs) A list of real-time log configurations.