public static interface GetLogRecordRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetLogRecordRequest.Builder,GetLogRecordRequest>
Modifier and Type | Method and Description |
---|---|
GetLogRecordRequest.Builder |
logRecordPointer(String logRecordPointer)
The pointer corresponding to the log event record you want to retrieve.
|
GetLogRecordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLogRecordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetLogRecordRequest.Builder logRecordPointer(String logRecordPointer)
The pointer corresponding to the log event record you want to retrieve. You get this from the response of a
GetQueryResults
operation. In that response, the value of the @ptr
field for a log
event is the value to use as logRecordPointer
to retrieve that complete log event record.
logRecordPointer
- The pointer corresponding to the log event record you want to retrieve. You get this from the response
of a GetQueryResults
operation. In that response, the value of the @ptr
field for a log event is the value to use as logRecordPointer
to retrieve that complete
log event record.GetLogRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetLogRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.