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