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