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