Uses of Interface
software.amazon.awssdk.services.codebuild.model.S3LogsConfig.Builder
-
Packages that use S3LogsConfig.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of S3LogsConfig.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return S3LogsConfig.Builder Modifier and Type Method Description S3LogsConfig.BuilderS3LogsConfig.Builder. bucketOwnerAccess(String bucketOwnerAccess)Sets the value of the BucketOwnerAccess property for this object.S3LogsConfig.BuilderS3LogsConfig.Builder. bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)Sets the value of the BucketOwnerAccess property for this object.static S3LogsConfig.BuilderS3LogsConfig. builder()S3LogsConfig.BuilderS3LogsConfig.Builder. encryptionDisabled(Boolean encryptionDisabled)Set to true if you do not want your S3 build log output encrypted.S3LogsConfig.BuilderS3LogsConfig.Builder. location(String location)The ARN of an S3 bucket and the path prefix for S3 logs.S3LogsConfig.BuilderS3LogsConfig.Builder. status(String status)The current status of the S3 build logs.S3LogsConfig.BuilderS3LogsConfig.Builder. status(LogsConfigStatusType status)The current status of the S3 build logs.S3LogsConfig.BuilderS3LogsConfig. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type S3LogsConfig.Builder Modifier and Type Method Description static Class<? extends S3LogsConfig.Builder>S3LogsConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type S3LogsConfig.Builder Modifier and Type Method Description default LogsConfig.BuilderLogsConfig.Builder. s3Logs(Consumer<S3LogsConfig.Builder> s3Logs)Information about logs built to an S3 bucket for a build project.default LogsLocation.BuilderLogsLocation.Builder. s3Logs(Consumer<S3LogsConfig.Builder> s3Logs)Information about S3 logs for a build project.
-