Interface SyslogConfiguration.Builder

  • Method Details

    • logGroupArn

      SyslogConfiguration.Builder logGroupArn(String logGroupArn)

      The ARN of the log group associated with this syslog configuration.

      Parameters:
      logGroupArn - The ARN of the log group associated with this syslog configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceType

      SyslogConfiguration.Builder sourceType(String sourceType)

      The source type for the syslog configuration.

      Parameters:
      sourceType - The source type for the syslog configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sourceType

      The source type for the syslog configuration.

      Parameters:
      sourceType - The source type for the syslog configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcEndpointId

      SyslogConfiguration.Builder vpcEndpointId(String vpcEndpointId)

      The ID of the VPC endpoint used for syslog ingestion.

      Parameters:
      vpcEndpointId - The ID of the VPC endpoint used for syslog ingestion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      SyslogConfiguration.Builder createdAt(Long createdAt)

      The time when the syslog configuration was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      createdAt - The time when the syslog configuration was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.