Interface ManagedLogGroup.Builder

    • Method Detail

      • arn

        ManagedLogGroup.Builder arn​(String 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.
      • 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.