Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateRealtimeLogConfigRequest.Builder
Packages that use UpdateRealtimeLogConfigRequest.Builder
Package
Description
-
Uses of UpdateRealtimeLogConfigRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdateRealtimeLogConfigRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.updateRealtimeLogConfig(Consumer<UpdateRealtimeLogConfigRequest.Builder> updateRealtimeLogConfigRequest) Updates a real-time log configuration.default UpdateRealtimeLogConfigResponseCloudFrontClient.updateRealtimeLogConfig(Consumer<UpdateRealtimeLogConfigRequest.Builder> updateRealtimeLogConfigRequest) Updates a real-time log configuration. -
Uses of UpdateRealtimeLogConfigRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateRealtimeLogConfigRequest.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for this real-time log configuration.UpdateRealtimeLogConfigRequest.builder()UpdateRealtimeLogConfigRequest.Builder.endPoints(Collection<EndPoint> endPoints) Contains information about the Amazon Kinesis data stream where you are sending real-time log data.UpdateRealtimeLogConfigRequest.Builder.endPoints(Consumer<EndPoint.Builder>... endPoints) Contains information about the Amazon Kinesis data stream where you are sending real-time log data.Contains information about the Amazon Kinesis data stream where you are sending real-time log data.A list of fields to include in each real-time log record.UpdateRealtimeLogConfigRequest.Builder.fields(Collection<String> fields) A list of fields to include in each real-time log record.The name for this real-time log configuration.UpdateRealtimeLogConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateRealtimeLogConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateRealtimeLogConfigRequest.Builder.samplingRate(Long samplingRate) The sampling rate for this real-time log configuration.UpdateRealtimeLogConfigRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateRealtimeLogConfigRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateRealtimeLogConfigRequest.Builder>UpdateRealtimeLogConfigRequest.serializableBuilderClass()