Class CfnTransformerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnTransformerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformerPropsMixin>
- Enclosing class:
CfnTransformerPropsMixin
@Stability(Stable)
public static final class CfnTransformerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformerPropsMixin>
A fluent builder for
CfnTransformerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) logGroupIdentifier(String logGroupIdentifier) Specify either the name or ARN of the log group to create the transformer for.transformerConfig(List<? extends Object> transformerConfig) This structure is an array that contains the configuration of this log transformer.transformerConfig(IResolvable transformerConfig) This structure is an array that contains the configuration of this log transformer.
-
Method Details
-
create
@Stability(Stable) public static CfnTransformerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTransformerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTransformerPropsMixin.Builder.
-
logGroupIdentifier
@Stability(Stable) public CfnTransformerPropsMixin.Builder logGroupIdentifier(String logGroupIdentifier) Specify either the name or ARN of the log group to create the transformer for.- Parameters:
logGroupIdentifier- Specify either the name or ARN of the log group to create the transformer for. This parameter is required.- Returns:
this- See Also:
-
transformerConfig
@Stability(Stable) public CfnTransformerPropsMixin.Builder transformerConfig(IResolvable transformerConfig) This structure is an array that contains the configuration of this log transformer.A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.
- Parameters:
transformerConfig- This structure is an array that contains the configuration of this log transformer. This parameter is required.- Returns:
this- See Also:
-
transformerConfig
@Stability(Stable) public CfnTransformerPropsMixin.Builder transformerConfig(List<? extends Object> transformerConfig) This structure is an array that contains the configuration of this log transformer.A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.
- Parameters:
transformerConfig- This structure is an array that contains the configuration of this log transformer. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformerPropsMixin>- Returns:
- a newly built instance of
CfnTransformerPropsMixin.
-