Class CloudWatchLogProcessorOptions.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CloudWatchLogProcessorOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudWatchLogProcessorOptions>
- Enclosing interface:
CloudWatchLogProcessorOptions
@Stability(Stable)
public static final class CloudWatchLogProcessorOptions.Builder
extends Object
implements software.amazon.jsii.Builder<CloudWatchLogProcessorOptions>
A builder for
CloudWatchLogProcessorOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataMessageExtraction(Boolean dataMessageExtraction) Sets the value ofCloudWatchLogProcessorOptions.getDataMessageExtraction()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataMessageExtraction
@Stability(Stable) public CloudWatchLogProcessorOptions.Builder dataMessageExtraction(Boolean dataMessageExtraction) Sets the value ofCloudWatchLogProcessorOptions.getDataMessageExtraction()- Parameters:
dataMessageExtraction- Extract message from CloudWatch logs. This parameter is required. This must be true.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudWatchLogProcessorOptions>- Returns:
- a new instance of
CloudWatchLogProcessorOptions - Throws:
NullPointerException- if any required attribute was not provided
-