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