Class ProcessorDeleteKeysProperty.Builder
java.lang.Object
software.amazon.awscdk.services.logs.ProcessorDeleteKeysProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProcessorDeleteKeysProperty>
- Enclosing interface:
ProcessorDeleteKeysProperty
@Stability(Stable)
public static final class ProcessorDeleteKeysProperty.Builder
extends Object
implements software.amazon.jsii.Builder<ProcessorDeleteKeysProperty>
A builder for
ProcessorDeleteKeysProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofProcessorDeleteKeysProperty.getWithKeys()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withKeys
Sets the value ofProcessorDeleteKeysProperty.getWithKeys()- Parameters:
withKeys- A list of keys to delete. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ProcessorDeleteKeysProperty>- Returns:
- a new instance of
ProcessorDeleteKeysProperty - Throws:
NullPointerException- if any required attribute was not provided
-