Uses of Interface
software.amazon.awssdk.services.cloudfront.model.RealtimeLogConfig.Builder
Packages that use RealtimeLogConfig.Builder
-
Uses of RealtimeLogConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return RealtimeLogConfig.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of this real-time log configuration.static RealtimeLogConfig.BuilderRealtimeLogConfig.builder()RealtimeLogConfig.Builder.endPoints(Collection<EndPoint> endPoints) Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.RealtimeLogConfig.Builder.endPoints(Consumer<EndPoint.Builder>... endPoints) Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.A list of fields that are included in each real-time log record.RealtimeLogConfig.Builder.fields(Collection<String> fields) A list of fields that are included in each real-time log record.The unique name of this real-time log configuration.RealtimeLogConfig.Builder.samplingRate(Long samplingRate) The sampling rate for this real-time log configuration.RealtimeLogConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type RealtimeLogConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RealtimeLogConfig.Builder>RealtimeLogConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type RealtimeLogConfig.BuilderModifier and TypeMethodDescriptionCreateRealtimeLogConfigResponse.Builder.realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig) A real-time log configuration.GetRealtimeLogConfigResponse.Builder.realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig) A real-time log configuration.UpdateRealtimeLogConfigResponse.Builder.realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig) A real-time log configuration.