Class CfnFunctionPropsMixin.EphemeralStorageProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnFunctionPropsMixin.EphemeralStorageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionPropsMixin.EphemeralStorageProperty>
- Enclosing interface:
CfnFunctionPropsMixin.EphemeralStorageProperty
@Stability(Stable)
public static final class CfnFunctionPropsMixin.EphemeralStorageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunctionPropsMixin.EphemeralStorageProperty>
A builder for
CfnFunctionPropsMixin.EphemeralStorageProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFunctionPropsMixin.EphemeralStorageProperty.getSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
size
Sets the value ofCfnFunctionPropsMixin.EphemeralStorageProperty.getSize()- Parameters:
size- The size of the function's/tmpdirectory.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunctionPropsMixin.EphemeralStorageProperty>- Returns:
- a new instance of
CfnFunctionPropsMixin.EphemeralStorageProperty - Throws:
NullPointerException- if any required attribute was not provided
-