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