Interface PipeLogConfigurationParameters.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipeLogConfigurationParameters.Builder,,- PipeLogConfigurationParameters> - SdkBuilder<PipeLogConfigurationParameters.Builder,,- PipeLogConfigurationParameters> - SdkPojo
- Enclosing class:
- PipeLogConfigurationParameters
- 
Method SummaryModifier and TypeMethodDescriptioncloudwatchLogsLogDestination(Consumer<CloudwatchLogsLogDestinationParameters.Builder> cloudwatchLogsLogDestination) The Amazon CloudWatch Logs logging configuration settings for the pipe.cloudwatchLogsLogDestination(CloudwatchLogsLogDestinationParameters cloudwatchLogsLogDestination) The Amazon CloudWatch Logs logging configuration settings for the pipe.firehoseLogDestination(Consumer<FirehoseLogDestinationParameters.Builder> firehoseLogDestination) The Amazon Data Firehose logging configuration settings for the pipe.firehoseLogDestination(FirehoseLogDestinationParameters firehoseLogDestination) The Amazon Data Firehose logging configuration settings for the pipe.includeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData) SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.includeExecutionData(IncludeExecutionDataOption... includeExecutionData) SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.includeExecutionDataWithStrings(String... includeExecutionData) SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.includeExecutionDataWithStrings(Collection<String> includeExecutionData) SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.The level of logging detail to include.The level of logging detail to include.s3LogDestination(Consumer<S3LogDestinationParameters.Builder> s3LogDestination) The Amazon S3 logging configuration settings for the pipe.s3LogDestination(S3LogDestinationParameters s3LogDestination) The Amazon S3 logging configuration settings for the pipe.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3LogDestinationPipeLogConfigurationParameters.Builder s3LogDestination(S3LogDestinationParameters s3LogDestination) The Amazon S3 logging configuration settings for the pipe. - Parameters:
- s3LogDestination- The Amazon S3 logging configuration settings for the pipe.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3LogDestinationdefault PipeLogConfigurationParameters.Builder s3LogDestination(Consumer<S3LogDestinationParameters.Builder> s3LogDestination) The Amazon S3 logging configuration settings for the pipe. This is a convenience method that creates an instance of theS3LogDestinationParameters.Builderavoiding the need to create one manually viaS3LogDestinationParameters.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3LogDestination(S3LogDestinationParameters).- Parameters:
- s3LogDestination- a consumer that will call methods on- S3LogDestinationParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
firehoseLogDestinationPipeLogConfigurationParameters.Builder firehoseLogDestination(FirehoseLogDestinationParameters firehoseLogDestination) The Amazon Data Firehose logging configuration settings for the pipe. - Parameters:
- firehoseLogDestination- The Amazon Data Firehose logging configuration settings for the pipe.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
firehoseLogDestinationdefault PipeLogConfigurationParameters.Builder firehoseLogDestination(Consumer<FirehoseLogDestinationParameters.Builder> firehoseLogDestination) The Amazon Data Firehose logging configuration settings for the pipe. This is a convenience method that creates an instance of theFirehoseLogDestinationParameters.Builderavoiding the need to create one manually viaFirehoseLogDestinationParameters.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirehoseLogDestination(FirehoseLogDestinationParameters).- Parameters:
- firehoseLogDestination- a consumer that will call methods on- FirehoseLogDestinationParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cloudwatchLogsLogDestinationPipeLogConfigurationParameters.Builder cloudwatchLogsLogDestination(CloudwatchLogsLogDestinationParameters cloudwatchLogsLogDestination) The Amazon CloudWatch Logs logging configuration settings for the pipe. - Parameters:
- cloudwatchLogsLogDestination- The Amazon CloudWatch Logs logging configuration settings for the pipe.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cloudwatchLogsLogDestinationdefault PipeLogConfigurationParameters.Builder cloudwatchLogsLogDestination(Consumer<CloudwatchLogsLogDestinationParameters.Builder> cloudwatchLogsLogDestination) The Amazon CloudWatch Logs logging configuration settings for the pipe. This is a convenience method that creates an instance of theCloudwatchLogsLogDestinationParameters.Builderavoiding the need to create one manually viaCloudwatchLogsLogDestinationParameters.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudwatchLogsLogDestination(CloudwatchLogsLogDestinationParameters).- Parameters:
- cloudwatchLogsLogDestination- a consumer that will call methods on- CloudwatchLogsLogDestinationParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
levelThe level of logging detail to include. This applies to all log destinations for the pipe. For more information, see Specifying EventBridge Pipes log level in the Amazon EventBridge User Guide. - Parameters:
- level- The level of logging detail to include. This applies to all log destinations for the pipe.- For more information, see Specifying EventBridge Pipes log level in the Amazon EventBridge User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
levelThe level of logging detail to include. This applies to all log destinations for the pipe. For more information, see Specifying EventBridge Pipes log level in the Amazon EventBridge User Guide. - Parameters:
- level- The level of logging detail to include. This applies to all log destinations for the pipe.- For more information, see Specifying EventBridge Pipes log level in the Amazon EventBridge User Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
includeExecutionDataWithStringsPipeLogConfigurationParameters.Builder includeExecutionDataWithStrings(Collection<String> includeExecutionData) Specify ALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide. By default, execution data is not included. - Parameters:
- includeExecutionData- Specify- ALLto include the execution data (specifically, the- payload,- awsRequest, and- awsResponsefields) in the log messages for this pipe.- This applies to all log destinations for the pipe. - For more information, see Including execution data in logs in the Amazon EventBridge User Guide. - By default, execution data is not included. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeExecutionDataWithStringsPipeLogConfigurationParameters.Builder includeExecutionDataWithStrings(String... includeExecutionData) Specify ALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide. By default, execution data is not included. - Parameters:
- includeExecutionData- Specify- ALLto include the execution data (specifically, the- payload,- awsRequest, and- awsResponsefields) in the log messages for this pipe.- This applies to all log destinations for the pipe. - For more information, see Including execution data in logs in the Amazon EventBridge User Guide. - By default, execution data is not included. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeExecutionDataPipeLogConfigurationParameters.Builder includeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData) Specify ALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide. By default, execution data is not included. - Parameters:
- includeExecutionData- Specify- ALLto include the execution data (specifically, the- payload,- awsRequest, and- awsResponsefields) in the log messages for this pipe.- This applies to all log destinations for the pipe. - For more information, see Including execution data in logs in the Amazon EventBridge User Guide. - By default, execution data is not included. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeExecutionDataPipeLogConfigurationParameters.Builder includeExecutionData(IncludeExecutionDataOption... includeExecutionData) Specify ALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide. By default, execution data is not included. - Parameters:
- includeExecutionData- Specify- ALLto include the execution data (specifically, the- payload,- awsRequest, and- awsResponsefields) in the log messages for this pipe.- This applies to all log destinations for the pipe. - For more information, see Including execution data in logs in the Amazon EventBridge User Guide. - By default, execution data is not included. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-