Interface UserAccessLoggingSettings.Builder

  • Method Details

    • associatedPortalArns

      UserAccessLoggingSettings.Builder associatedPortalArns(Collection<String> associatedPortalArns)

      A list of web portal ARNs that this user access logging settings is associated with.

      Parameters:
      associatedPortalArns - A list of web portal ARNs that this user access logging settings is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedPortalArns

      UserAccessLoggingSettings.Builder associatedPortalArns(String... associatedPortalArns)

      A list of web portal ARNs that this user access logging settings is associated with.

      Parameters:
      associatedPortalArns - A list of web portal ARNs that this user access logging settings is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kinesisStreamArn

      UserAccessLoggingSettings.Builder kinesisStreamArn(String kinesisStreamArn)

      The ARN of the Kinesis stream.

      Parameters:
      kinesisStreamArn - The ARN of the Kinesis stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userAccessLoggingSettingsArn

      UserAccessLoggingSettings.Builder userAccessLoggingSettingsArn(String userAccessLoggingSettingsArn)

      The ARN of the user access logging settings.

      Parameters:
      userAccessLoggingSettingsArn - The ARN of the user access logging settings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.