Interface ManagedLogGroup.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the Cloudwatch Log Group associated with the Express service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the Cloudwatch LogGroup.

      Parameters:
      status - The status of the Cloudwatch LogGroup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the Cloudwatch LogGroup.

      Parameters:
      status - The status of the Cloudwatch LogGroup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      ManagedLogGroup.Builder statusReason(String statusReason)

      Information about why the Cloudwatch LogGroup is in the current status.

      Parameters:
      statusReason - Information about why the Cloudwatch LogGroup is in the current status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ManagedLogGroup.Builder updatedAt(Instant updatedAt)

      The Unix timestamp for when the Cloudwatch LogGroup was last updated

      Parameters:
      updatedAt - The Unix timestamp for when the Cloudwatch LogGroup was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupName

      ManagedLogGroup.Builder logGroupName(String logGroupName)

      The name of the Cloudwatch Log Group associated with the Express service.

      Parameters:
      logGroupName - The name of the Cloudwatch Log Group associated with the Express service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.