Interface LogSubscription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LogSubscription.Builder,LogSubscription>, SdkBuilder<LogSubscription.Builder,LogSubscription>, SdkPojo
Enclosing class:
LogSubscription

public static interface LogSubscription.Builder extends SdkPojo, CopyableBuilder<LogSubscription.Builder,LogSubscription>
  • Method Details

    • 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.