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