Uses of Interface
software.amazon.awssdk.services.cloudfront.model.RealtimeLogConfig.Builder
-
Packages that use RealtimeLogConfig.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of RealtimeLogConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return RealtimeLogConfig.Builder Modifier and Type Method Description RealtimeLogConfig.BuilderRealtimeLogConfig.Builder. arn(String arn)The Amazon Resource Name (ARN) of this real-time log configuration.static RealtimeLogConfig.BuilderRealtimeLogConfig. builder()RealtimeLogConfig.BuilderRealtimeLogConfig.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.BuilderRealtimeLogConfig.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.RealtimeLogConfig.BuilderRealtimeLogConfig.Builder. endPoints(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.BuilderRealtimeLogConfig.Builder. fields(String... fields)A list of fields that are included in each real-time log record.RealtimeLogConfig.BuilderRealtimeLogConfig.Builder. fields(Collection<String> fields)A list of fields that are included in each real-time log record.RealtimeLogConfig.BuilderRealtimeLogConfig.Builder. name(String name)The unique name of this real-time log configuration.RealtimeLogConfig.BuilderRealtimeLogConfig.Builder. samplingRate(Long samplingRate)The sampling rate for this real-time log configuration.RealtimeLogConfig.BuilderRealtimeLogConfig. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type RealtimeLogConfig.Builder Modifier and Type Method Description static Class<? extends RealtimeLogConfig.Builder>RealtimeLogConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type RealtimeLogConfig.Builder Modifier and Type Method Description default CreateRealtimeLogConfigResponse.BuilderCreateRealtimeLogConfigResponse.Builder. realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)A real-time log configuration.default GetRealtimeLogConfigResponse.BuilderGetRealtimeLogConfigResponse.Builder. realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)A real-time log configuration.default UpdateRealtimeLogConfigResponse.BuilderUpdateRealtimeLogConfigResponse.Builder. realtimeLogConfig(Consumer<RealtimeLogConfig.Builder> realtimeLogConfig)A real-time log configuration.
-