public static interface UpdateRealtimeLogConfigRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateRealtimeLogConfigRequest.Builder,UpdateRealtimeLogConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRealtimeLogConfigRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for this real-time log configuration.
|
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.
|
UpdateRealtimeLogConfigRequest.Builder |
endPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
UpdateRealtimeLogConfigRequest.Builder |
fields(Collection<String> fields)
A list of fields to include in each real-time log record.
|
UpdateRealtimeLogConfigRequest.Builder |
fields(String... fields)
A list of fields to include in each real-time log record.
|
UpdateRealtimeLogConfigRequest.Builder |
name(String name)
The name for this real-time log configuration.
|
UpdateRealtimeLogConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRealtimeLogConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRealtimeLogConfigRequest.Builder |
samplingRate(Long samplingRate)
The sampling rate for this real-time log configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRealtimeLogConfigRequest.Builder endPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
endPoints - Contains information about the Amazon Kinesis data stream where you are sending real-time log data.UpdateRealtimeLogConfigRequest.Builder endPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
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.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #endPoints(List) .endPoints - a consumer that will call methods on List.Builder #endPoints(List) UpdateRealtimeLogConfigRequest.Builder fields(Collection<String> fields)
A list of fields to include in each real-time log record.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
fields - A list of fields to include in each real-time log record.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
UpdateRealtimeLogConfigRequest.Builder fields(String... fields)
A list of fields to include in each real-time log record.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
fields - A list of fields to include in each real-time log record.
For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.
UpdateRealtimeLogConfigRequest.Builder name(String name)
The name for this real-time log configuration.
name - The name for this real-time log configuration.UpdateRealtimeLogConfigRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) for this real-time log configuration.
arn - The Amazon Resource Name (ARN) for this real-time log configuration.UpdateRealtimeLogConfigRequest.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. You must provide 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. You must provide an integer between 1
and 100, inclusive.UpdateRealtimeLogConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRealtimeLogConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.