Interface KinesisParameters.Builder

  • Method Details

    • partitionKey

      KinesisParameters.Builder partitionKey(String partitionKey)

      Required by PutRecords even when an explicit hash key is supplied. Accepts JSONata expression.

      Parameters:
      partitionKey - Required by PutRecords even when an explicit hash key is supplied. Accepts JSONata expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • explicitHashKey

      KinesisParameters.Builder explicitHashKey(String explicitHashKey)

      Explicit hash key forwarded to PutRecords unchanged. Accepts JSONata expression.

      Parameters:
      explicitHashKey - Explicit hash key forwarded to PutRecords unchanged. Accepts JSONata expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.