public static interface S3RecordingConfig.Builder extends SdkPojo, CopyableBuilder<S3RecordingConfig.Builder,S3RecordingConfig>
| Modifier and Type | Method and Description |
|---|---|
S3RecordingConfig.Builder |
bucketArn(String bucketArn)
ARN of the bucket to record to.
|
S3RecordingConfig.Builder |
prefix(String prefix)
S3 Key prefix to prefice data files.
|
S3RecordingConfig.Builder |
roleArn(String roleArn)
ARN of the role Ground Station assumes to write data to the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3RecordingConfig.Builder bucketArn(String bucketArn)
ARN of the bucket to record to.
bucketArn - ARN of the bucket to record to.S3RecordingConfig.Builder prefix(String prefix)
S3 Key prefix to prefice data files.
prefix - S3 Key prefix to prefice data files.S3RecordingConfig.Builder roleArn(String roleArn)
ARN of the role Ground Station assumes to write data to the bucket.
roleArn - ARN of the role Ground Station assumes to write data to the bucket.Copyright © 2023. All rights reserved.