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 Data Firehose logging configuration settings for the pipe.PipeLogConfigurationParameters.BuilderfirehoseLogDestination(FirehoseLogDestinationParameters firehoseLogDestination)The Amazon Data Firehose logging configuration settings for the pipe.PipeLogConfigurationParameters.BuilderincludeExecutionData(Collection<IncludeExecutionDataOption> includeExecutionData)SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.PipeLogConfigurationParameters.BuilderincludeExecutionData(IncludeExecutionDataOption... includeExecutionData)SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.PipeLogConfigurationParameters.BuilderincludeExecutionDataWithStrings(String... includeExecutionData)SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) in the log messages for this pipe.PipeLogConfigurationParameters.BuilderincludeExecutionDataWithStrings(Collection<String> includeExecutionData)SpecifyALLto include the execution data (specifically, thepayload,awsRequest, andawsResponsefields) 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
-
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)
-
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.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)
-
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)
-
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
-
includeExecutionDataWithStrings
PipeLogConfigurationParameters.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- SpecifyALLto 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeExecutionDataWithStrings
PipeLogConfigurationParameters.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- SpecifyALLto 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeExecutionData
PipeLogConfigurationParameters.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- SpecifyALLto 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeExecutionData
PipeLogConfigurationParameters.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- SpecifyALLto 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-