Class CfnPipePropsMixin.BatchArrayPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.BatchArrayPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.BatchArrayPropertiesProperty>
- Enclosing interface:
CfnPipePropsMixin.BatchArrayPropertiesProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.BatchArrayPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.BatchArrayPropertiesProperty>
A builder for
CfnPipePropsMixin.BatchArrayPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipePropsMixin.BatchArrayPropertiesProperty.getSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
size
Sets the value ofCfnPipePropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.BatchArrayPropertiesProperty>- Returns:
- a new instance of
CfnPipePropsMixin.BatchArrayPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-