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