public static interface S3LogsConfig.Builder extends SdkPojo, CopyableBuilder<S3LogsConfig.Builder,S3LogsConfig>
Modifier and Type | Method and Description |
---|---|
S3LogsConfig.Builder |
location(String location)
The ARN of an S3 bucket and the path prefix for S3 logs.
|
S3LogsConfig.Builder |
status(LogsConfigStatusType status)
The current status of the S3 build logs.
|
S3LogsConfig.Builder |
status(String status)
The current status of the S3 build logs.
|
copy
applyMutation, build
S3LogsConfig.Builder status(String status)
The current status of the S3 build logs. Valid values are:
ENABLED
: S3 build logs are enabled for this build project.
DISABLED
: S3 build logs are not enabled for this build project.
status
- The current status of the S3 build logs. Valid values are:
ENABLED
: S3 build logs are enabled for this build project.
DISABLED
: S3 build logs are not enabled for this build project.
LogsConfigStatusType
,
LogsConfigStatusType
S3LogsConfig.Builder status(LogsConfigStatusType status)
The current status of the S3 build logs. Valid values are:
ENABLED
: S3 build logs are enabled for this build project.
DISABLED
: S3 build logs are not enabled for this build project.
status
- The current status of the S3 build logs. Valid values are:
ENABLED
: S3 build logs are enabled for this build project.
DISABLED
: S3 build logs are not enabled for this build project.
LogsConfigStatusType
,
LogsConfigStatusType
S3LogsConfig.Builder location(String 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
.
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
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.