Interface KinesisTargetDefinition.Builder

  • Method Details

    • streamArn

      The ARN of the Kinesis stream.

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

      The ARN of the IAM role that grants permission to write to the Kinesis stream. This can be a standard role ( arn:aws:iam::account-id:role/role-name) or a role with a path prefix ( arn:aws:iam::account-id:role/service-role/role-name), such as roles auto-created by the console.

      Parameters:
      roleArn - The ARN of the IAM role that grants permission to write to the Kinesis stream. This can be a standard role (arn:aws:iam::account-id:role/role-name) or a role with a path prefix ( arn:aws:iam::account-id:role/service-role/role-name), such as roles auto-created by the console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.