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) |
GetLogRecordRequest.Builder |
unmask(Boolean unmask)
Specify
true to display the log event fields with all sensitive data unmasked and visible. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLogRecordRequest.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 unmask(Boolean unmask)
Specify true to display the log event fields with all sensitive data unmasked and visible. The
default is false.
To use this operation with this parameter, you must be signed into an account with the
logs:Unmask permission.
unmask - Specify true to display the log event fields with all sensitive data unmasked and
visible. The default is false.
To use this operation with this parameter, you must be signed into an account with the
logs:Unmask permission.
GetLogRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetLogRecordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.