@Stability(value=Stable) public static final class CfnInfrastructureConfiguration.S3LogsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInfrastructureConfiguration.S3LogsProperty>
CfnInfrastructureConfiguration.S3LogsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInfrastructureConfiguration.S3LogsProperty |
build()
Builds the configured instance.
|
CfnInfrastructureConfiguration.S3LogsProperty.Builder |
s3BucketName(String s3BucketName)
Sets the value of
CfnInfrastructureConfiguration.S3LogsProperty.getS3BucketName() |
CfnInfrastructureConfiguration.S3LogsProperty.Builder |
s3KeyPrefix(String s3KeyPrefix)
Sets the value of
CfnInfrastructureConfiguration.S3LogsProperty.getS3KeyPrefix() |
@Stability(value=Stable) public CfnInfrastructureConfiguration.S3LogsProperty.Builder s3BucketName(String s3BucketName)
CfnInfrastructureConfiguration.S3LogsProperty.getS3BucketName()s3BucketName - The S3 bucket in which to store the logs.this@Stability(value=Stable) public CfnInfrastructureConfiguration.S3LogsProperty.Builder s3KeyPrefix(String s3KeyPrefix)
CfnInfrastructureConfiguration.S3LogsProperty.getS3KeyPrefix()s3KeyPrefix - The Amazon S3 path to the bucket where the logs are stored.this@Stability(value=Stable) public CfnInfrastructureConfiguration.S3LogsProperty build()
build in interface software.amazon.jsii.Builder<CfnInfrastructureConfiguration.S3LogsProperty>CfnInfrastructureConfiguration.S3LogsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.