Class CfnRule.BatchArrayPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.events.CfnRule.BatchArrayPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRule.BatchArrayPropertiesProperty>
- Enclosing interface:
- CfnRule.BatchArrayPropertiesProperty
@Stability(Stable)
public static final class CfnRule.BatchArrayPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRule.BatchArrayPropertiesProperty>
A builder for
CfnRule.BatchArrayPropertiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnRule.BatchArrayPropertiesProperty.getSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
size
Sets the value ofCfnRule.BatchArrayPropertiesProperty.getSize()
- Parameters:
size
- The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRule.BatchArrayPropertiesProperty>
- Returns:
- a new instance of
CfnRule.BatchArrayPropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-