Interface PipeLogConfigurationParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipeLogConfigurationParameters.Builder,
,PipeLogConfigurationParameters> SdkBuilder<PipeLogConfigurationParameters.Builder,
,PipeLogConfigurationParameters> SdkPojo
- Enclosing class:
PipeLogConfigurationParameters
-
Method Summary
Modifier 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) SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) in the log messages for this pipe.includeExecutionData
(IncludeExecutionDataOption... includeExecutionData) SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) in the log messages for this pipe.includeExecutionDataWithStrings
(String... includeExecutionData) SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) in the log messages for this pipe.includeExecutionDataWithStrings
(Collection<String> includeExecutionData) SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3LogDestination
PipeLogConfigurationParameters.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.
-
s3LogDestination
default 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.Builder
avoiding the need to create one manually viaS3LogDestinationParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3LogDestination(S3LogDestinationParameters)
.- Parameters:
s3LogDestination
- a consumer that will call methods onS3LogDestinationParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firehoseLogDestination
PipeLogConfigurationParameters.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.
-
firehoseLogDestination
default 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.Builder
avoiding the need to create one manually viaFirehoseLogDestinationParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofirehoseLogDestination(FirehoseLogDestinationParameters)
.- Parameters:
firehoseLogDestination
- a consumer that will call methods onFirehoseLogDestinationParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cloudwatchLogsLogDestination
PipeLogConfigurationParameters.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.
-
cloudwatchLogsLogDestination
default 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.Builder
avoiding the need to create one manually viaCloudwatchLogsLogDestinationParameters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocloudwatchLogsLogDestination(CloudwatchLogsLogDestinationParameters)
.- Parameters:
cloudwatchLogsLogDestination
- a consumer that will call methods onCloudwatchLogsLogDestinationParameters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- 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:
-
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.
- 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:
-
includeExecutionDataWithStrings
PipeLogConfigurationParameters.Builder includeExecutionDataWithStrings(Collection<String> includeExecutionData) Specify
ALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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
- SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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.
-
includeExecutionDataWithStrings
PipeLogConfigurationParameters.Builder includeExecutionDataWithStrings(String... includeExecutionData) Specify
ALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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
- SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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.
-
includeExecutionData
PipeLogConfigurationParameters.Builder includeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData) Specify
ALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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
- SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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.
-
includeExecutionData
PipeLogConfigurationParameters.Builder includeExecutionData(IncludeExecutionDataOption... includeExecutionData) Specify
ALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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
- SpecifyALL
to include the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) 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.
-