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