Interface InfluxDBDestinationSummary.Builder

  • Method Details

    • endpoint

      The URL of the InfluxDB instance that the destination writes to.

      Parameters:
      endpoint - The URL of the InfluxDB instance that the destination writes to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • influxDBVersion

      InfluxDBDestinationSummary.Builder influxDBVersion(String influxDBVersion)

      The major version of the InfluxDB instance. Valid values are V2 and V3.

      Parameters:
      influxDBVersion - The major version of the InfluxDB instance. Valid values are V2 and V3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • influxDBVersion

      InfluxDBDestinationSummary.Builder influxDBVersion(InfluxDBVersion influxDBVersion)

      The major version of the InfluxDB instance. Valid values are V2 and V3.

      Parameters:
      influxDBVersion - The major version of the InfluxDB instance. Valid values are V2 and V3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • secretId

      The ARN or name of the Amazon Web Services Secrets Manager secret that contains the InfluxDB API token.

      Parameters:
      secretId - The ARN or name of the Amazon Web Services Secrets Manager secret that contains the InfluxDB API token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretType

      The type of the secret that contains the InfluxDB API token. Valid values are SecretString and SecretBinary.

      Parameters:
      secretType - The type of the secret that contains the InfluxDB API token. Valid values are SecretString and SecretBinary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • secretType

      The type of the secret that contains the InfluxDB API token. Valid values are SecretString and SecretBinary.

      Parameters:
      secretType - The type of the secret that contains the InfluxDB API token. Valid values are SecretString and SecretBinary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • secretKey

      The key that is read from the secret value when the secret contains a JSON object.

      Parameters:
      secretKey - The key that is read from the secret value when the secret contains a JSON object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.