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