| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
S3LogDestination |
S3LogDestination.clone() |
S3LogDestination |
PipeLogConfiguration.getS3LogDestination()
The Amazon S3 logging configuration settings for the pipe.
|
S3LogDestination |
S3LogDestination.withBucketName(String bucketName)
The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
|
S3LogDestination |
S3LogDestination.withBucketOwner(String bucketOwner)
The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for
the pipe.
|
S3LogDestination |
S3LogDestination.withOutputFormat(S3OutputFormat outputFormat)
The format EventBridge uses for the log records.
|
S3LogDestination |
S3LogDestination.withOutputFormat(String outputFormat)
The format EventBridge uses for the log records.
|
S3LogDestination |
S3LogDestination.withPrefix(String prefix)
The prefix text with which to begin Amazon S3 log object names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeLogConfiguration.setS3LogDestination(S3LogDestination s3LogDestination)
The Amazon S3 logging configuration settings for the pipe.
|
PipeLogConfiguration |
PipeLogConfiguration.withS3LogDestination(S3LogDestination s3LogDestination)
The Amazon S3 logging configuration settings for the pipe.
|
Copyright © 2025. All rights reserved.