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