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