public static interface RealtimeLogConfig.Builder extends SdkPojo, CopyableBuilder<RealtimeLogConfig.Builder,RealtimeLogConfig>
| Modifier and Type | Method and Description |
|---|---|
RealtimeLogConfig.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of this real-time log configuration.
|
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.
|
RealtimeLogConfig.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.Builder |
fields(Collection<String> fields)
A list of fields that are included in each real-time log record.
|
RealtimeLogConfig.Builder |
fields(String... fields)
A list of fields that are included in each real-time log record.
|
RealtimeLogConfig.Builder |
name(String name)
The unique name of this real-time log configuration.
|
RealtimeLogConfig.Builder |
samplingRate(Long samplingRate)
The sampling rate for this real-time log configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRealtimeLogConfig.Builder arn(String arn)
The Amazon Resource Name (ARN) of this real-time log configuration.
arn - The Amazon Resource Name (ARN) of this real-time log configuration.RealtimeLogConfig.Builder name(String name)
The unique name of this real-time log configuration.
name - The unique name of this real-time log configuration.RealtimeLogConfig.Builder samplingRate(Long samplingRate)
The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. The sampling rate is an integer between 1 and 100, inclusive.
samplingRate - The sampling rate for this real-time log configuration. The sampling rate determines the percentage of
viewer requests that are represented in the real-time log data. The sampling rate is an integer
between 1 and 100, inclusive.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.
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(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
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.
This is a convenience method that creates an instance of theEndPoint.Builder avoiding the need to create one
manually via EndPoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #endPoints(List.
endPoints - a consumer that will call methods on
EndPoint.Builder#endPoints(java.util.Collection) RealtimeLogConfig.Builder fields(Collection<String> fields)
A list of fields that are included in each real-time log record. In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
fields - A list of fields that are included in each real-time log record. In an API response, the fields are
provided in the same order in which they are sent to the Amazon Kinesis data stream.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
RealtimeLogConfig.Builder fields(String... fields)
A list of fields that are included in each real-time log record. In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
fields - A list of fields that are included in each real-time log record. In an API response, the fields are
provided in the same order in which they are sent to the Amazon Kinesis data stream.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
Copyright © 2023. All rights reserved.