Uses of Interface
software.amazon.awssdk.services.pipes.model.S3LogDestination.Builder
-
Packages that use S3LogDestination.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of S3LogDestination.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return S3LogDestination.Builder Modifier and Type Method Description S3LogDestination.BuilderS3LogDestination.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.S3LogDestination.BuilderS3LogDestination.Builder. bucketOwner(String bucketOwner)The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.static S3LogDestination.BuilderS3LogDestination. builder()S3LogDestination.BuilderS3LogDestination.Builder. outputFormat(String outputFormat)The format EventBridge uses for the log records.S3LogDestination.BuilderS3LogDestination.Builder. outputFormat(S3OutputFormat outputFormat)The format EventBridge uses for the log records.S3LogDestination.BuilderS3LogDestination.Builder. prefix(String prefix)The prefix text with which to begin Amazon S3 log object names.S3LogDestination.BuilderS3LogDestination. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type S3LogDestination.Builder Modifier and Type Method Description static Class<? extends S3LogDestination.Builder>S3LogDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type S3LogDestination.Builder Modifier and Type Method Description default PipeLogConfiguration.BuilderPipeLogConfiguration.Builder. s3LogDestination(Consumer<S3LogDestination.Builder> s3LogDestination)The Amazon S3 logging configuration settings for the pipe.
-