Interface S3RecordingConfig.Builder

    • Method Detail

      • 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

        S3RecordingConfig.Builder prefix​(String 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

        S3RecordingConfig.Builder roleArn​(String 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.