Class CfnTransformerPropsMixin.AddKeysProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.logs.mixins.CfnTransformerPropsMixin.AddKeysProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTransformerPropsMixin.AddKeysProperty>
- Enclosing interface:
CfnTransformerPropsMixin.AddKeysProperty
@Stability(Stable)
public static final class CfnTransformerPropsMixin.AddKeysProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTransformerPropsMixin.AddKeysProperty>
A builder for
CfnTransformerPropsMixin.AddKeysProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTransformerPropsMixin.AddKeysProperty.getEntries()entries(IResolvable entries) Sets the value ofCfnTransformerPropsMixin.AddKeysProperty.getEntries()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
entries
@Stability(Stable) public CfnTransformerPropsMixin.AddKeysProperty.Builder entries(IResolvable entries) Sets the value ofCfnTransformerPropsMixin.AddKeysProperty.getEntries()- Parameters:
entries- An array of objects, where each object contains the information about one key to add to the log event.- Returns:
this
-
entries
@Stability(Stable) public CfnTransformerPropsMixin.AddKeysProperty.Builder entries(List<? extends Object> entries) Sets the value ofCfnTransformerPropsMixin.AddKeysProperty.getEntries()- Parameters:
entries- An array of objects, where each object contains the information about one key to add to the log event.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTransformerPropsMixin.AddKeysProperty>- Returns:
- a new instance of
CfnTransformerPropsMixin.AddKeysProperty - Throws:
NullPointerException- if any required attribute was not provided
-