Interface S3RecordingConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<S3RecordingConfig.Builder,S3RecordingConfig>, SdkBuilder<S3RecordingConfig.Builder,S3RecordingConfig>, SdkPojo
Enclosing class:
S3RecordingConfig

public static interface S3RecordingConfig.Builder extends SdkPojo, CopyableBuilder<S3RecordingConfig.Builder,S3RecordingConfig>
  • 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.