Interface MountTargetReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MountTargetReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:03.323Z")
@Stability(Stable)
public interface MountTargetReference
extends software.amazon.jsii.JsiiSerializable
A reference to a MountTarget resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.efs.*;
MountTargetReference mountTargetReference = MountTargetReference.builder()
.mountTargetId("mountTargetId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forMountTargetReferencestatic final classAn implementation forMountTargetReference -
Method Summary
Modifier and TypeMethodDescriptionstatic MountTargetReference.Builderbuilder()The Id of the MountTarget resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMountTargetId
The Id of the MountTarget resource. -
builder
- Returns:
- a
MountTargetReference.BuilderofMountTargetReference
-