@Stability(value=Stable) public static final class CfnProject.S3LogsConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.S3LogsConfigProperty>
CfnProject.S3LogsConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.S3LogsConfigProperty |
build()
Builds the configured instance.
|
CfnProject.S3LogsConfigProperty.Builder |
encryptionDisabled(Boolean encryptionDisabled)
Sets the value of
CfnProject.S3LogsConfigProperty.getEncryptionDisabled() |
CfnProject.S3LogsConfigProperty.Builder |
encryptionDisabled(IResolvable encryptionDisabled)
Sets the value of
CfnProject.S3LogsConfigProperty.getEncryptionDisabled() |
CfnProject.S3LogsConfigProperty.Builder |
location(String location)
Sets the value of
CfnProject.S3LogsConfigProperty.getLocation() |
CfnProject.S3LogsConfigProperty.Builder |
status(String status)
Sets the value of
CfnProject.S3LogsConfigProperty.getStatus() |
@Stability(value=Stable) public CfnProject.S3LogsConfigProperty.Builder status(String status)
CfnProject.S3LogsConfigProperty.getStatus()status - The current status of the S3 build logs. Valid values are:. This parameter is required.
ENABLED : S3 build logs are enabled for this build project.DISABLED : S3 build logs are not enabled for this build project.this@Stability(value=Stable) public CfnProject.S3LogsConfigProperty.Builder encryptionDisabled(Boolean encryptionDisabled)
CfnProject.S3LogsConfigProperty.getEncryptionDisabled()encryptionDisabled - Set to true if you do not want your S3 build log output encrypted.
By default S3 build logs are encrypted.this@Stability(value=Stable) public CfnProject.S3LogsConfigProperty.Builder encryptionDisabled(IResolvable encryptionDisabled)
CfnProject.S3LogsConfigProperty.getEncryptionDisabled()encryptionDisabled - Set to true if you do not want your S3 build log output encrypted.
By default S3 build logs are encrypted.this@Stability(value=Stable) public CfnProject.S3LogsConfigProperty.Builder location(String location)
CfnProject.S3LogsConfigProperty.getLocation()location - The ARN of an S3 bucket and the path prefix for S3 logs.
If your Amazon S3 bucket name is my-bucket , and your path prefix is build-log , then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log .this@Stability(value=Stable) public CfnProject.S3LogsConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.S3LogsConfigProperty>CfnProject.S3LogsConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.