Interface GetLogObjectRequest.Builder

    • Method Detail

      • unmask

        GetLogObjectRequest.Builder unmask​(Boolean 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.