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