Class MountTargetReference.Builder
java.lang.Object
software.amazon.awscdk.services.efs.MountTargetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MountTargetReference>
- Enclosing interface:
MountTargetReference
@Stability(Stable)
public static final class MountTargetReference.Builder
extends Object
implements software.amazon.jsii.Builder<MountTargetReference>
A builder for
MountTargetReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.mountTargetId
(String mountTargetId) Sets the value ofMountTargetReference.getMountTargetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mountTargetId
Sets the value ofMountTargetReference.getMountTargetId()
- Parameters:
mountTargetId
- The Id of the MountTarget resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<MountTargetReference>
- Returns:
- a new instance of
MountTargetReference
- Throws:
NullPointerException
- if any required attribute was not provided
-