Interface LoggingConfiguration.Builder

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

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

    • loggingRole

      LoggingConfiguration.Builder loggingRole(String loggingRole)

      The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.

      Parameters:
      loggingRole - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupName

      LoggingConfiguration.Builder logGroupName(String logGroupName)

      The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.

      Parameters:
      logGroupName - The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.