Uses of Interface
software.amazon.awssdk.services.groundstation.model.S3RecordingConfig.Builder
-
Packages that use S3RecordingConfig.Builder Package Description software.amazon.awssdk.services.groundstation.model -
-
Uses of S3RecordingConfig.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return S3RecordingConfig.Builder Modifier and Type Method Description S3RecordingConfig.BuilderS3RecordingConfig.Builder. bucketArn(String bucketArn)ARN of the bucket to record to.static S3RecordingConfig.BuilderS3RecordingConfig. builder()S3RecordingConfig.BuilderS3RecordingConfig.Builder. prefix(String prefix)S3 Key prefix to prefice data files.S3RecordingConfig.BuilderS3RecordingConfig.Builder. roleArn(String roleArn)ARN of the role Ground Station assumes to write data to the bucket.S3RecordingConfig.BuilderS3RecordingConfig. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type S3RecordingConfig.Builder Modifier and Type Method Description static Class<? extends S3RecordingConfig.Builder>S3RecordingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.groundstation.model with type arguments of type S3RecordingConfig.Builder Modifier and Type Method Description static ConfigTypeDataConfigTypeData. fromS3RecordingConfig(Consumer<S3RecordingConfig.Builder> s3RecordingConfig)Create an instance of this class withConfigTypeData.s3RecordingConfig()initialized to the given value.default ConfigTypeData.BuilderConfigTypeData.Builder. s3RecordingConfig(Consumer<S3RecordingConfig.Builder> s3RecordingConfig)Information about an S3 recordingConfig.
-