Interface LogSubscription.Builder

    • Method Detail

      • directoryId

        LogSubscription.Builder directoryId​(String directoryId)

        Identifier (ID) of the directory that you want to associate with the log subscription.

        Parameters:
        directoryId - Identifier (ID) of the directory that you want to associate with the log subscription.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupName

        LogSubscription.Builder logGroupName​(String logGroupName)

        The name of the log group.

        Parameters:
        logGroupName - The name of the log group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscriptionCreatedDateTime

        LogSubscription.Builder subscriptionCreatedDateTime​(Instant subscriptionCreatedDateTime)

        The date and time that the log subscription was created.

        Parameters:
        subscriptionCreatedDateTime - The date and time that the log subscription was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.