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