| Package | Description |
|---|---|
| com.amazonaws.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
S3RecordingConfig |
S3RecordingConfig.clone() |
S3RecordingConfig |
ConfigTypeData.getS3RecordingConfig()
Information about an S3 recording
Config. |
S3RecordingConfig |
S3RecordingConfig.withBucketArn(String bucketArn)
ARN of the bucket to record to.
|
S3RecordingConfig |
S3RecordingConfig.withPrefix(String prefix)
S3 Key prefix to prefice data files.
|
S3RecordingConfig |
S3RecordingConfig.withRoleArn(String roleArn)
ARN of the role Ground Station assumes to write data to the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigTypeData.setS3RecordingConfig(S3RecordingConfig s3RecordingConfig)
Information about an S3 recording
Config. |
ConfigTypeData |
ConfigTypeData.withS3RecordingConfig(S3RecordingConfig s3RecordingConfig)
Information about an S3 recording
Config. |
Copyright © 2023. All rights reserved.