Interface PipeLogConfigurationParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipeLogConfigurationParameters.Builder,PipeLogConfigurationParameters>,SdkBuilder<PipeLogConfigurationParameters.Builder,PipeLogConfigurationParameters>,SdkPojo
- Enclosing class:
- PipeLogConfigurationParameters
public static interface PipeLogConfigurationParameters.Builder extends SdkPojo, CopyableBuilder<PipeLogConfigurationParameters.Builder,PipeLogConfigurationParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PipeLogConfigurationParameters.BuildercloudwatchLogsLogDestination(Consumer<CloudwatchLogsLogDestinationParameters.Builder> cloudwatchLogsLogDestination)The Amazon CloudWatch Logs logging configuration settings for the pipe.PipeLogConfigurationParameters.BuildercloudwatchLogsLogDestination(CloudwatchLogsLogDestinationParameters cloudwatchLogsLogDestination)The Amazon CloudWatch Logs logging configuration settings for the pipe.default PipeLogConfigurationParameters.BuilderfirehoseLogDestination(Consumer<FirehoseLogDestinationParameters.Builder> firehoseLogDestination)The Amazon Kinesis Data Firehose logging configuration settings for the pipe.PipeLogConfigurationParameters.BuilderfirehoseLogDestination(FirehoseLogDestinationParameters firehoseLogDestination)The Amazon Kinesis Data Firehose logging configuration settings for the pipe.PipeLogConfigurationParameters.BuilderincludeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData)SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.PipeLogConfigurationParameters.BuilderincludeExecutionData(IncludeExecutionDataOption... includeExecutionData)SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.PipeLogConfigurationParameters.BuilderincludeExecutionDataWithStrings(String... includeExecutionData)SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.PipeLogConfigurationParameters.BuilderincludeExecutionDataWithStrings(Collection<String> includeExecutionData)SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) in the log messages for this pipe.PipeLogConfigurationParameters.Builderlevel(String level)The level of logging detail to include.PipeLogConfigurationParameters.Builderlevel(LogLevel level)The level of logging detail to include.default PipeLogConfigurationParameters.Builders3LogDestination(Consumer<S3LogDestinationParameters.Builder> s3LogDestination)The Amazon S3 logging configuration settings for the pipe.PipeLogConfigurationParameters.Builders3LogDestination(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, sdkFields
-
-
-
-
Method Detail
-
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.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 onCloudwatchLogsLogDestinationParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudwatchLogsLogDestination(CloudwatchLogsLogDestinationParameters)
-
firehoseLogDestination
PipeLogConfigurationParameters.Builder firehoseLogDestination(FirehoseLogDestinationParameters firehoseLogDestination)
The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
- Parameters:
firehoseLogDestination- The Amazon Kinesis 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 Kinesis 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 onFirehoseLogDestinationParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
firehoseLogDestination(FirehoseLogDestinationParameters)
-
includeExecutionDataWithStrings
PipeLogConfigurationParameters.Builder includeExecutionDataWithStrings(Collection<String> includeExecutionData)
Specify
ONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Parameters:
includeExecutionData- SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeExecutionDataWithStrings
PipeLogConfigurationParameters.Builder includeExecutionDataWithStrings(String... includeExecutionData)
Specify
ONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Parameters:
includeExecutionData- SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeExecutionData
PipeLogConfigurationParameters.Builder includeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData)
Specify
ONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Parameters:
includeExecutionData- SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeExecutionData
PipeLogConfigurationParameters.Builder includeExecutionData(IncludeExecutionDataOption... includeExecutionData)
Specify
ONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Parameters:
includeExecutionData- SpecifyONto include the execution data (specifically, thepayloadandawsRequestfields) 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.
The default is
OFF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
level
PipeLogConfigurationParameters.Builder level(String 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:
LogLevel,LogLevel
-
level
PipeLogConfigurationParameters.Builder level(LogLevel 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:
LogLevel,LogLevel
-
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.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 onS3LogDestinationParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3LogDestination(S3LogDestinationParameters)
-
-