| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCodeBuildProjectLogsConfigS3LogsDetails |
AwsCodeBuildProjectLogsConfigS3LogsDetails.clone() |
AwsCodeBuildProjectLogsConfigS3LogsDetails |
AwsCodeBuildProjectLogsConfigDetails.getS3Logs()
Information about logs built to an S3 bucket for a build project.
|
AwsCodeBuildProjectLogsConfigS3LogsDetails |
AwsCodeBuildProjectLogsConfigS3LogsDetails.withEncryptionDisabled(Boolean encryptionDisabled)
Whether to disable encryption of the S3 build log output.
|
AwsCodeBuildProjectLogsConfigS3LogsDetails |
AwsCodeBuildProjectLogsConfigS3LogsDetails.withLocation(String location)
The ARN of the S3 bucket and the path prefix for S3 logs.
|
AwsCodeBuildProjectLogsConfigS3LogsDetails |
AwsCodeBuildProjectLogsConfigS3LogsDetails.withStatus(String status)
The current status of the S3 build logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsCodeBuildProjectLogsConfigDetails.setS3Logs(AwsCodeBuildProjectLogsConfigS3LogsDetails s3Logs)
Information about logs built to an S3 bucket for a build project.
|
AwsCodeBuildProjectLogsConfigDetails |
AwsCodeBuildProjectLogsConfigDetails.withS3Logs(AwsCodeBuildProjectLogsConfigS3LogsDetails s3Logs)
Information about logs built to an S3 bucket for a build project.
|
Copyright © 2022. All rights reserved.