Interface GetLogRecordRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudWatchLogsRequest.Builder, CopyableBuilder<GetLogRecordRequest.Builder,GetLogRecordRequest>, SdkBuilder<GetLogRecordRequest.Builder,GetLogRecordRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetLogRecordRequest

public static interface GetLogRecordRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetLogRecordRequest.Builder,GetLogRecordRequest>
  • Method Details

    • logRecordPointer

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetLogRecordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.