Class GetMountTargetPlainArgs.Builder

  • Enclosing class:
    GetMountTargetPlainArgs

    public static final class GetMountTargetPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • accessPointId

        public GetMountTargetPlainArgs.Builder accessPointId​(@Nullable
                                                             java.lang.String accessPointId)
        Parameters:
        accessPointId - ID or ARN of the access point whose mount target that you want to find. It must be included if a `file_system_id` and `mount_target_id` are not included.
        Returns:
        builder
      • fileSystemId

        public GetMountTargetPlainArgs.Builder fileSystemId​(@Nullable
                                                            java.lang.String fileSystemId)
        Parameters:
        fileSystemId - ID or ARN of the file system whose mount target that you want to find. It must be included if an `access_point_id` and `mount_target_id` are not included.
        Returns:
        builder
      • mountTargetId

        public GetMountTargetPlainArgs.Builder mountTargetId​(@Nullable
                                                             java.lang.String mountTargetId)
        Parameters:
        mountTargetId - ID or ARN of the mount target that you want to find. It must be included in your request if an `access_point_id` and `file_system_id` are not included.
        Returns:
        builder