Interface GetLogObjectRequest.Builder

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

  • Method Details

    • unmask

      A boolean flag that indicates whether to unmask sensitive log data. When set to true, any masked or redacted data in the log object will be displayed in its original form. Default is false.

      Parameters:
      unmask - A boolean flag that indicates whether to unmask sensitive log data. When set to true, any masked or redacted data in the log object will be displayed in its original form. Default is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logObjectPointer

      GetLogObjectRequest.Builder logObjectPointer(String logObjectPointer)

      A pointer to the specific log object to retrieve. This is a required parameter that uniquely identifies the log object within CloudWatch Logs. The pointer is typically obtained from a previous query or filter operation.

      Parameters:
      logObjectPointer - A pointer to the specific log object to retrieve. This is a required parameter that uniquely identifies the log object within CloudWatch Logs. The pointer is typically obtained from a previous query or filter operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetLogObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder