Interface S3RecordingConfig.Builder

  • Method Details

    • bucketArn

      S3RecordingConfig.Builder bucketArn(String bucketArn)

      ARN of the bucket to record to.

      Parameters:
      bucketArn - ARN of the bucket to record to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      S3 Key prefix to prefice data files.

      Parameters:
      prefix - S3 Key prefix to prefice data files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      ARN of the role Ground Station assumes to write data to the bucket.

      Parameters:
      roleArn - ARN of the role Ground Station assumes to write data to the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.