@Stability(value=Stable) public static final class CfnConfig.S3RecordingConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfig.S3RecordingConfigProperty>
CfnConfig.S3RecordingConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfig.S3RecordingConfigProperty.Builder |
bucketArn(String bucketArn)
Sets the value of
CfnConfig.S3RecordingConfigProperty.getBucketArn() |
CfnConfig.S3RecordingConfigProperty |
build()
Builds the configured instance.
|
CfnConfig.S3RecordingConfigProperty.Builder |
prefix(String prefix)
Sets the value of
CfnConfig.S3RecordingConfigProperty.getPrefix() |
CfnConfig.S3RecordingConfigProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnConfig.S3RecordingConfigProperty.getRoleArn() |
@Stability(value=Stable) public CfnConfig.S3RecordingConfigProperty.Builder bucketArn(String bucketArn)
CfnConfig.S3RecordingConfigProperty.getBucketArn()bucketArn - S3 Bucket where the data is written.
The name of the S3 Bucket provided must begin with aws-groundstation .this@Stability(value=Stable) public CfnConfig.S3RecordingConfigProperty.Builder prefix(String prefix)
CfnConfig.S3RecordingConfigProperty.getPrefix()prefix - The prefix of the S3 data object.
If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of {satellite_id}/{year}/{month}/{day}/ will replaced with fake_satellite_id/2021/01/10/
Optional keys for substitution : {satellite_id} | {config-name} | {config-id} | {year} | {month} | {day}
this@Stability(value=Stable) public CfnConfig.S3RecordingConfigProperty.Builder roleArn(String roleArn)
CfnConfig.S3RecordingConfigProperty.getRoleArn()roleArn - Defines the ARN of the role assumed for putting archives to S3.this@Stability(value=Stable) public CfnConfig.S3RecordingConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnConfig.S3RecordingConfigProperty>CfnConfig.S3RecordingConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.