Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder
-
Packages that use AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder Modifier and Type Method Description static AwsCodeBuildProjectLogsConfigS3LogsDetails.BuilderAwsCodeBuildProjectLogsConfigS3LogsDetails. builder()AwsCodeBuildProjectLogsConfigS3LogsDetails.BuilderAwsCodeBuildProjectLogsConfigS3LogsDetails.Builder. encryptionDisabled(Boolean encryptionDisabled)Whether to disable encryption of the S3 build log output.AwsCodeBuildProjectLogsConfigS3LogsDetails.BuilderAwsCodeBuildProjectLogsConfigS3LogsDetails.Builder. location(String location)The ARN of the S3 bucket and the path prefix for S3 logs.AwsCodeBuildProjectLogsConfigS3LogsDetails.BuilderAwsCodeBuildProjectLogsConfigS3LogsDetails.Builder. status(String status)The current status of the S3 build logs.AwsCodeBuildProjectLogsConfigS3LogsDetails.BuilderAwsCodeBuildProjectLogsConfigS3LogsDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder Modifier and Type Method Description static Class<? extends AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder>AwsCodeBuildProjectLogsConfigS3LogsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder Modifier and Type Method Description default AwsCodeBuildProjectLogsConfigDetails.BuilderAwsCodeBuildProjectLogsConfigDetails.Builder. s3Logs(Consumer<AwsCodeBuildProjectLogsConfigS3LogsDetails.Builder> s3Logs)Information about logs built to an S3 bucket for a build project.
-