Class CfnJobDefinitionPropsMixin.EmptyDirProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnJobDefinitionPropsMixin.EmptyDirProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobDefinitionPropsMixin.EmptyDirProperty>
- Enclosing interface:
CfnJobDefinitionPropsMixin.EmptyDirProperty
@Stability(Stable)
public static final class CfnJobDefinitionPropsMixin.EmptyDirProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobDefinitionPropsMixin.EmptyDirProperty>
A builder for
CfnJobDefinitionPropsMixin.EmptyDirProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJobDefinitionPropsMixin.EmptyDirProperty.getMedium()Sets the value ofCfnJobDefinitionPropsMixin.EmptyDirProperty.getSizeLimit()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
medium
Sets the value ofCfnJobDefinitionPropsMixin.EmptyDirProperty.getMedium()- Parameters:
medium- the value to be set.- Returns:
this
-
sizeLimit
@Stability(Stable) public CfnJobDefinitionPropsMixin.EmptyDirProperty.Builder sizeLimit(String sizeLimit) Sets the value ofCfnJobDefinitionPropsMixin.EmptyDirProperty.getSizeLimit()- Parameters:
sizeLimit- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobDefinitionPropsMixin.EmptyDirProperty>- Returns:
- a new instance of
CfnJobDefinitionPropsMixin.EmptyDirProperty - Throws:
NullPointerException- if any required attribute was not provided
-